diff --git a/adapter/src/index.js b/adapter/src/index.js index 1b80cf2d..5f8e0092 100644 --- a/adapter/src/index.js +++ b/adapter/src/index.js @@ -92,7 +92,7 @@ AppAdapter.propTypes = { parentAlertsAdd: PropTypes.func, plugin: PropTypes.bool, pwaEnabled: PropTypes.bool, - showAlertsInPlugin: PropTypes.func, + showAlertsInPlugin: PropTypes.bool, url: PropTypes.string, onPluginError: PropTypes.func, } diff --git a/shell/src/PluginLoader.js b/shell/src/PluginLoader.js index ee7c900e..426fca57 100644 --- a/shell/src/PluginLoader.js +++ b/shell/src/PluginLoader.js @@ -50,7 +50,7 @@ const PluginInner = ({ // inner div disables margin collapsing which would prevent computing correct height return (
-
+
{ > +