mirror of
https://github.com/bitwarden/browser
synced 2025-01-02 21:21:35 +01:00
Fix enum name.
This commit is contained in:
parent
605a481c0c
commit
b0d2114e4a
@ -866,7 +866,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
|||||||
this.go({ cipherId: null, itemId: null, action: null });
|
this.go({ cipherId: null, itemId: null, action: null });
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result?.action === ViewCipherDialogResult.edited) {
|
if (result?.action === ViewCipherDialogResult.Edited) {
|
||||||
// Edit cipher and trigger MP re-prompt
|
// Edit cipher and trigger MP re-prompt
|
||||||
await this.editCipher(cipherView, false);
|
await this.editCipher(cipherView, false);
|
||||||
this.go({ cipherId: null, itemId: cipherView.id, action: "edit" });
|
this.go({ cipherId: null, itemId: cipherView.id, action: "edit" });
|
||||||
|
Loading…
Reference in New Issue
Block a user