Skip to content

Commit

Permalink
propsの型修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Jul 28, 2024
1 parent 9c4f168 commit 7c0e11f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ const Template: StoryFn<typeof UploadFileModal> = (args) => <UploadFileModal {..
export const Primary = Template.bind({});
Primary.args = {
id: 0,
ActivityInformationId: 0,
activityInformation: SPONSOR_ACTIVITY_INFORMATION,
sponsorActivityInformations: [SPONSOR_ACTIVITY_INFORMATION],
};

0 comments on commit 7c0e11f

Please sign in to comment.