Skip to content

Commit

Permalink
update requires of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap committed Mar 10, 2020
1 parent f124e78 commit b51ed3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geonode_mapstore_client/client/js/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ module.exports = {
NotificationsPlugin: require('../MapStore2/web/client/plugins/Notifications'),
FeatureEditorPlugin: require('../MapStore2/web/client/plugins/FeatureEditor'),
QueryPanelPlugin: require('../MapStore2/web/client/plugins/QueryPanel'),
SavePlugin: require('../MapStore2/web/client/plugins/Save'),
SaveAsPlugin: require('../MapStore2/web/client/plugins/SaveAs'),
SavePlugin: require('../MapStore2/web/client/plugins/Save').default,
SaveAsPlugin: require('../MapStore2/web/client/plugins/SaveAs').default,
MetadataExplorerPlugin: require('../MapStore2/web/client/plugins/MetadataExplorer'),
GridContainerPlugin: require('../MapStore2/web/client/plugins/GridContainer'),
StyleEditorPlugin: require('../MapStore2/web/client/plugins/StyleEditor'),
Expand Down

0 comments on commit b51ed3d

Please sign in to comment.