Skip to content

Commit

Permalink
chore: fix example variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yougyung committed Mar 3, 2024
1 parent d0548ce commit 1930ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/view/molecule/upload-file/upload-file.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface UploadFileProps {

export const WithFileForm: StoryObj<typeof meta> = {
args: {
file: new File(['foo'], 'foo.txt', {
file: new File(['grade'], 'grade.pdf', {
type: 'text/plain',
}),
},
Expand Down

0 comments on commit 1930ff7

Please sign in to comment.