Skip to content

Commit cd65980

Browse files
committed
Fix Navbar story
1 parent 1a3e58b commit cd65980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Dashboard/Navbar/NavbarView.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const ForMember: Story = {
2020
user: MockUser2,
2121
canViewAuditLog: false,
2222
canViewDeployment: false,
23-
canViewAllUsers: true,
23+
canViewAllUsers: false,
2424
},
2525
};
2626

0 commit comments

Comments
 (0)