mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
select one collection string
This commit is contained in:
parent
cf6ae951d2
commit
3d5f22b67d
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 24ffb55ce0e781fb06cd04d318e9f70afe80d734
|
||||
Subproject commit 00f1aad65ea2e243713d409873dfb5d833296897
|
@ -24,6 +24,7 @@ export class CollectionsComponent extends BaseCollectionsComponent {
|
||||
i18nService: I18nService, cipherService: CipherService,
|
||||
private apiService: ApiService) {
|
||||
super(collectionService, platformUtilsService, i18nService, cipherService);
|
||||
this.allowSelectNone = true;
|
||||
}
|
||||
|
||||
protected async loadCipher() {
|
||||
|
@ -2838,5 +2838,8 @@
|
||||
},
|
||||
"rotateApiKey": {
|
||||
"message": "Rotate API Key"
|
||||
},
|
||||
"selectOneCollection": {
|
||||
"message": "You must select at least one collection."
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user