mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
Fix vault item collection storybook (#11582)
This commit is contained in:
parent
742a8a33dd
commit
80789465cb
@ -288,6 +288,7 @@ function createCollectionView(i: number): CollectionAdminView {
|
||||
view.id = `collection-${i}`;
|
||||
view.name = `Collection ${i}`;
|
||||
view.organizationId = organization?.id;
|
||||
view.manage = true;
|
||||
|
||||
if (group !== undefined) {
|
||||
view.groups = [
|
||||
|
Loading…
Reference in New Issue
Block a user