mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: disable import button when no files selected
This commit is contained in:
@@ -155,6 +155,7 @@ export function Importer() {
|
||||
setIsDone(true);
|
||||
setIsImporting(false);
|
||||
}}
|
||||
disabled={!files.length}
|
||||
>
|
||||
Start import
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user