Fixed: Import mode for manually imported queue items
This commit is contained in:
parent
b428bab5ee
commit
3dce7e729c
|
@ -490,7 +490,7 @@ function InteractiveImportModalContent(
|
|||
executeCommand({
|
||||
name: commandNames.INTERACTIVE_IMPORT,
|
||||
files,
|
||||
importMode,
|
||||
importMode: finalImportMode,
|
||||
})
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue