-
-
Notifications
You must be signed in to change notification settings - Fork 638
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow passing options to the ContentsUploadModal, in order to use it …
…elsewhere
- Loading branch information
Showing
3 changed files
with
127 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...ages/volto/src/components/manage/Contents/__snapshots__/ContentsUploadModal.test.jsx.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`ContentsUploadModal renders a contents upload modal component 1`] = `null`; | ||
|
||
exports[`ContentsUploadModal renders a contents upload modal component that only allows 1 file 1`] = `null`; | ||
|
||
exports[`ContentsUploadModal renders a contents upload modal component that only allows 10MB files 1`] = `null`; | ||
|
||
exports[`ContentsUploadModal renders a contents upload modal component that only allows images 1`] = `null`; |