Fixed: Import mode for manually imported queue items
This commit is contained in:
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…
Reference in New Issue