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 26f1241 commit b4ccd5b
Showing 1 changed file with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,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 @@ -62,11 +57,6 @@ export const WithSize = () => {
exists: false,
id: '2',
},
{
file: createMockFile('fileName-3.png', 3000000, 'image/png'),
exists: false,
id: '3',
},
]}
/>
</ComponentBox>
Expand All @@ -89,11 +79,6 @@ export const WithDownload = () => {
exists: false,
id: '2',
},
{
file: createMockFile('fileName-3.png', 3000000, 'image/png'),
exists: false,
id: '3',
},
]}
/>
</ComponentBox>
Expand All @@ -117,11 +102,6 @@ export const WithCustomFormat = () => {
exists: false,
id: '2',
},
{
file: createMockFile('fileName-3.png', 3000000, 'image/png'),
exists: false,
id: '3',
},
],
}}
>
Expand All @@ -147,11 +127,6 @@ export const FieldUploadSelectionPath = () => {
exists: false,
id: '2',
},
{
file: createMockFile('fileName-3.png', 3000000, 'image/png'),
exists: false,
id: '3',
},
],
}}
>
Expand Down Expand Up @@ -193,11 +168,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 b4ccd5b

Please sign in to comment.