diff --git a/apps/browser/src/autofill/notification/bar.ts b/apps/browser/src/autofill/notification/bar.ts index 6d4367c0b7f..4b9ba58d586 100644 --- a/apps/browser/src/autofill/notification/bar.ts +++ b/apps/browser/src/autofill/notification/bar.ts @@ -273,7 +273,7 @@ function handleSaveAction(e: Event) { if (selectedVault.length > 1) { openAddEditVaultItemPopout(e, { organizationId: selectedVault, - folder: selectedFolder, + ...(selectedFolder?.length > 1 ? { folder: selectedFolder } : {}), }); handleCloseNotification(e); return;