diff --git a/build/docma-config.json b/build/docma-config.json index a199d74e4f..5f6464212b 100644 --- a/build/docma-config.json +++ b/build/docma-config.json @@ -228,6 +228,7 @@ "web/client/plugins/BurgerMenu.jsx", "web/client/plugins/ContentTabs.jsx", "web/client/plugins/Context.jsx", + "web/client/plugins/Contexts.jsx", "web/client/plugins/ContextCreator.jsx", "web/client/plugins/contextmanager/ContextManager.jsx", "web/client/plugins/Cookie.jsx", diff --git a/web/client/plugins/Contexts.jsx b/web/client/plugins/Contexts.jsx index d00eaf1c45..d60ce0d6ae 100644 --- a/web/client/plugins/Contexts.jsx +++ b/web/client/plugins/Contexts.jsx @@ -193,7 +193,6 @@ const ContextsPlugin = compose( * @prop {boolean} cfg.shareToolEnabled default true. Flag to show/hide the "share" button on the item. * @prop {boolean} cfg.emptyView.iconHeight default "200px". Value to override default icon maximum height. */ - export default createPlugin('Contexts', { component: connect(contextsPluginSelector)(ContextsPlugin), containers: {