Skip to content

Commit

Permalink
feat: add mock workid to page screen
Browse files Browse the repository at this point in the history
  • Loading branch information
tosaken1116 committed Apr 9, 2024
1 parent 34dafb2 commit c218e6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/page/WorkDetail/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ export default meta;
type Story = StoryObj<typeof WorkDetail>;

export const Default: Story = {
args: {},
args: {
params: {
workId: '1',
},
},
};

0 comments on commit c218e6c

Please sign in to comment.