Skip to content

Commit 01b5038

Browse files
committed
Revert "disable flexible collections"
This reverts commit cf55ecd.
1 parent 2698ce8 commit 01b5038

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/src/app/admin-console/organizations/settings/account.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ export class AccountComponent implements OnInit, OnDestroy {
195195
};
196196

197197
submitCollectionManagement = async () => {
198-
return; // flexible collections are not supported by Vaultwarden
199198
const request = new OrganizationCollectionManagementUpdateRequest();
200199
request.limitCollectionCreation =
201200
this.collectionManagementFormGroup.value.limitCollectionCreation;

0 commit comments

Comments
 (0)