mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Attempted spinlock fix (#2321)
This commit is contained in:
@@ -59,8 +59,6 @@ export const SubmitStashBoxDraft: React.FC<IProps> = ({
|
||||
const handleSelectBox = (e: React.ChangeEvent<HTMLSelectElement>) =>
|
||||
setSelectedBox(Number.parseInt(e.currentTarget.value) ?? 0);
|
||||
|
||||
console.log(data);
|
||||
|
||||
return (
|
||||
<Modal
|
||||
icon="paper-plane"
|
||||
|
||||
Reference in New Issue
Block a user