chore: code cleanup
This commit is contained in:
parent
7244591d34
commit
8f97161eb2
@ -66,7 +66,7 @@ export const ImageUpload = React.memo(
|
||||
? 'Drop the files here...'
|
||||
: isDragReject
|
||||
? 'Drop the files here (one more more unsupported types)...'
|
||||
: 'TODO'
|
||||
: 'Drop the files here...'
|
||||
: 'Click or drag files here',
|
||||
[isDragAccept, isDragActive, isDragReject, isFileDialogActive]
|
||||
)
|
||||
|
@ -48,7 +48,6 @@ export const ModForm = () => {
|
||||
const [formState, setFormState] = useState<ModFormState>(
|
||||
initializeFormState(mod)
|
||||
)
|
||||
console.log(`[debug] screenshots`, formState.screenshotsUrls)
|
||||
const editorRef = useRef<EditorRef>(null)
|
||||
|
||||
useEffect(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user