diff --git a/jslib b/jslib index 24ffb55ce0..00f1aad65e 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 24ffb55ce0e781fb06cd04d318e9f70afe80d734 +Subproject commit 00f1aad65ea2e243713d409873dfb5d833296897 diff --git a/src/app/organizations/vault/collections.component.ts b/src/app/organizations/vault/collections.component.ts index bc8ee6ed20..2096124b5b 100644 --- a/src/app/organizations/vault/collections.component.ts +++ b/src/app/organizations/vault/collections.component.ts @@ -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() { diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index 69606ea225..e64f49a250 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -2838,5 +2838,8 @@ }, "rotateApiKey": { "message": "Rotate API Key" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } }