Skip to content

Commit

Permalink
Merge pull request #60 from creative-commoners/pulls/2/sudo-mode
Browse files Browse the repository at this point in the history
ENH Expose sudo mode components
  • Loading branch information
sabina-talipova authored Feb 7, 2023
2 parents 878d341 + af9da84 commit 4e259de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/externals.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = (ENV, PATHS, module) => {
'components/ListGroup/ListGroup': 'ListGroup',
'components/ListGroup/ListGroupItem': 'ListGroupItem',
'components/LiteralField/LiteralField': 'LiteralField',
'components/Loading/CircularLoading': 'CircularLoading',
'components/Loading/Loading': 'Loading',
'components/PopoverField/PopoverField': 'PopoverField',
'components/Preview/Preview': 'Preview',
Expand All @@ -58,6 +59,7 @@ module.exports = (ENV, PATHS, module) => {
'containers/FormBuilderLoader/FormBuilderLoader': 'FormBuilderLoader',
'containers/InsertLinkModal/InsertLinkModal': 'InsertLinkModal',
'containers/InsertLinkModal/fileSchemaModalHandler': 'FileSchemaModalHandler',
'containers/SudoMode/SudoMode': 'SudoMode',
'lib/Backend': 'Backend',
'lib/Config': 'Config',
'lib/DataFormat': 'DataFormat',
Expand Down

0 comments on commit 4e259de

Please sign in to comment.