Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Nov 8, 2024
1 parent 5ec4e98 commit 4ee0bfb
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ export const WithValue = () => {
exists: false,
id: '2',
},
{
file: createMockFile('fileName-3.png', 3000000, 'image/png'),
exists: false,
id: '3',
},
]}
/>
</ComponentBox>
Expand Down Expand Up @@ -91,11 +86,6 @@ export const WithDownload = () => {
exists: false,
id: '2',
},
{
file: createMockFile('fileName-3.png', 3000000, 'image/png'),
exists: false,
id: '3',
},
]}
/>
</ComponentBox>
Expand All @@ -119,11 +109,6 @@ export const WithCustomFormat = () => {
exists: false,
id: '2',
},
{
file: createMockFile('fileName-3.png', 3000000, 'image/png'),
exists: false,
id: '3',
},
],
}}
>
Expand Down Expand Up @@ -200,11 +185,6 @@ export const LabelAndValue = () => {
exists: false,
id: '2',
},
{
file: createMockFile('fileName-3.png', 3000000, 'image/png'),
exists: false,
id: '3',
},
]}
/>
</ComponentBox>
Expand Down

0 comments on commit 4ee0bfb

Please sign in to comment.