Fixed: Import mode for manually imported queue items

pull/5540/head
Mark McDowall 2 years ago
parent b428bab5ee
commit 3dce7e729c

@ -490,7 +490,7 @@ function InteractiveImportModalContent(
executeCommand({ executeCommand({
name: commandNames.INTERACTIVE_IMPORT, name: commandNames.INTERACTIVE_IMPORT,
files, files,
importMode, importMode: finalImportMode,
}) })
); );

Loading…
Cancel
Save