You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: copy StorageManager component, renaming copy FileUploader
* chore: add FileUploader to component class names
* chore: renaming internal FileUploader references to use its own name
* chore: adding test for default prop in FileControl
* chore: rename test file to use FileUploader reference
* chore: add changeset
* fix: adding reference to correct component class in test
* Update .changeset/small-masks-act.md
Co-authored-by: Scott Rees <[email protected]>
---------
Co-authored-by: Scott Rees <[email protected]>
Copy file name to clipboardExpand all lines: packages/react-storage/src/components/FileUploader/hooks/useFileUploader/__tests__/useFileUploader.test.ts
Copy file name to clipboardExpand all lines: packages/react-storage/src/components/StorageManager/ui/FileList/__tests__/__snapshots__/FileControl.test.tsx.snap
+105Lines changed: 105 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -355,3 +355,108 @@ exports[`FileControl should default to showThumbnails being true 1`] = `
355
355
</div>
356
356
</div>
357
357
`;
358
+
359
+
exports[`FileControl should default to showThumbnails being true 1`] =`
0 commit comments