mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +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) {
|
if (selectedVault.length > 1) {
|
||||||
openAddEditVaultItemPopout(e, {
|
openAddEditVaultItemPopout(e, {
|
||||||
organizationId: selectedVault,
|
organizationId: selectedVault,
|
||||||
folder: selectedFolder,
|
...(selectedFolder?.length > 1 ? { folder: selectedFolder } : {}),
|
||||||
});
|
});
|
||||||
handleCloseNotification(e);
|
handleCloseNotification(e);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user