Add missing mocks (#13910)

This commit is contained in:
Shane Melton 2025-03-19 14:30:54 -07:00 committed by GitHub
parent 2e0c991f83
commit 2c41e497f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,6 +117,12 @@ export default {
canDeleteCipher$() {
return of(true);
},
canRestoreCipher$() {
return of(true);
},
canCloneCipher$() {
return of(true);
},
},
},
],