Fixed: Import mode for manually imported queue items

This commit is contained in:
Mark McDowall 2023-04-04 10:30:56 -07:00
parent b428bab5ee
commit 3dce7e729c
1 changed files with 1 additions and 1 deletions

View File

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