1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Fix vault item collection storybook (#11582)

This commit is contained in:
Shane Melton
2024-10-16 10:34:27 -07:00
committed by GitHub
parent 742a8a33dd
commit 80789465cb

View File

@@ -288,6 +288,7 @@ function createCollectionView(i: number): CollectionAdminView {
view.id = `collection-${i}`; view.id = `collection-${i}`;
view.name = `Collection ${i}`; view.name = `Collection ${i}`;
view.organizationId = organization?.id; view.organizationId = organization?.id;
view.manage = true;
if (group !== undefined) { if (group !== undefined) {
view.groups = [ view.groups = [