More debug
This commit is contained in:
parent
42b0b6e9bb
commit
0202f8f38b
1 changed files with 4 additions and 1 deletions
|
@ -366,12 +366,13 @@ export default function Uploader(props: Props) {
|
|||
setDesktopFilePaths([]);
|
||||
}
|
||||
|
||||
log.debug(() => "Uploader received:");
|
||||
log.debug(() => "Uploader invoked");
|
||||
log.debug(() => fileOrPathsToUpload.current);
|
||||
|
||||
fileOrPathsToUpload.current = pruneHiddenFiles(
|
||||
fileOrPathsToUpload.current,
|
||||
);
|
||||
|
||||
if (fileOrPathsToUpload.current.length === 0) {
|
||||
props.setLoading(false);
|
||||
return;
|
||||
|
@ -386,6 +387,8 @@ export default function Uploader(props: Props) {
|
|||
);
|
||||
setImportSuggestion(importSuggestion);
|
||||
|
||||
log.debug(() => importSuggestion);
|
||||
|
||||
handleCollectionCreationAndUpload(
|
||||
importSuggestion,
|
||||
props.isFirstUpload,
|
||||
|
|
Loading…
Add table
Reference in a new issue