Fixed: Import mode for manually imported queue items

pull/5540/head
Mark McDowall 1 year ago
parent b428bab5ee
commit 3dce7e729c

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

Loading…
Cancel
Save