1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

PM-21318 Org member with Manage collection permission getting error when saving item to org collection (#14670)

* PM-21318

* Update apps/browser/src/autofill/notification/bar.ts

Co-authored-by: Jonathan Prusik <jprusik@users.noreply.github.com>

---------

Co-authored-by: Jonathan Prusik <jprusik@users.noreply.github.com>
This commit is contained in:
Daniel Riera
2025-05-08 17:27:12 -04:00
committed by GitHub
parent 26ecf3191c
commit 00a37d9d0a

View File

@@ -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;