mirror of
https://github.com/bitwarden/browser
synced 2026-02-26 17:43:22 +00:00
adds cipher edit permission to the attachments dialog in the vault-v3 (#19231)
This commit is contained in:
@@ -501,6 +501,7 @@ export class VaultComponent implements OnInit, OnDestroy, CopyClickListener {
|
||||
}
|
||||
const dialogRef = AttachmentsV2Component.open(this.dialogService, {
|
||||
cipherId: this.cipherId as CipherId,
|
||||
canEditCipher: this.cipher().edit,
|
||||
});
|
||||
const result = await firstValueFrom(dialogRef.closed).catch((): any => null);
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user