Skip to content

Commit 03286ac

Browse files
chore: updated storybook
1 parent 0faff84 commit 03286ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/meteor/client/components/UserInfo/UserInfo.stories.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ WithABACAttributes.args = {
4545
// @ts-expect-error - abacAttributes is not yet implemented in Users properties
4646
abacAttributes: ['Classified', 'Top Secret', 'Confidential'],
4747
};
48+
49+
export const InvitedUser = Template.bind({});
50+
InvitedUser.args = {
51+
invitationDate: '2025-01-01T12:00:00Z',
52+
};

0 commit comments

Comments
 (0)