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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user