1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

allow for archived ciphers to be shared into an organization (#17592)

This commit is contained in:
Nick Krantz
2025-12-02 11:43:02 -06:00
committed by GitHub
parent 92709e63af
commit dd99190ca2
2 changed files with 0 additions and 9 deletions

View File

@@ -166,10 +166,6 @@ export class CipherView implements View, InitializerMetadata {
}
get canAssignToCollections(): boolean {
if (this.isArchived) {
return false;
}
if (this.organizationId == null) {
return true;
}