Skip to content

Commit

Permalink
Merge pull request #864 from NUTFes/fix/bug/type-story-uploadfile
Browse files Browse the repository at this point in the history
propsの型修正
  • Loading branch information
Kubosaka authored Jul 28, 2024
2 parents 9c4f168 + 7c0e11f commit db00c59
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 db00c59

Please sign in to comment.