mirror of
https://github.com/bitwarden/browser
synced 2026-01-30 08:13:44 +00:00
When creating a new vault item in the My Vault filter owner would not be set.
(cherry picked from commit a4355dbcab)
This commit is contained in:
@@ -953,7 +953,7 @@ export class VaultComponent implements OnInit, OnDestroy, CopyClickListener {
|
||||
this.addOrganizationId = collections[0].organizationId;
|
||||
this.addCollectionIds = [this.activeFilter.collectionId];
|
||||
}
|
||||
} else if (this.activeFilter.organizationId) {
|
||||
} else if (this.activeFilter.organizationId && this.activeFilter.organizationId !== "MyVault") {
|
||||
this.addOrganizationId = this.activeFilter.organizationId;
|
||||
} else {
|
||||
// clear out organizationId when the user switches to a personal vault filter
|
||||
|
||||
Reference in New Issue
Block a user