Skip to content

Commit

Permalink
fix: update story props
Browse files Browse the repository at this point in the history
  • Loading branch information
OgDev-01 committed Apr 18, 2023
1 parent 571e273 commit 8226832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stories/atoms/team-members-config.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ Default.args = {
name: "John Doe",
avatarUrl: "https://avatars.githubusercontent.com/u/7252105?v=4",
access: "admin",
id: 3,
id: "3",
insight_id: 3
},
{
name: "John Cena",
avatarUrl: "https://avatars.githubusercontent.com/u/7252105?v=4",
access: "edit",
id: 4,
id: "4",
insight_id: 4
},
{
name: "John Wick",
avatarUrl: "https://avatars.githubusercontent.com/u/7252105?v=4",
access: "view",
id: 5,
id: "5",
insight_id: 5
}
]
Expand Down

0 comments on commit 8226832

Please sign in to comment.