mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
populate the collection's external id when importing (#10114)
This commit is contained in:
@@ -31,7 +31,7 @@ export class Collection extends Domain {
|
||||
hidePasswords: null,
|
||||
manage: null,
|
||||
},
|
||||
["id", "organizationId", "externalId", "readOnly", "hidePasswords", "manage"],
|
||||
["id", "organizationId", "readOnly", "hidePasswords", "manage"],
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user