From 13af3b5ee862ea4b7952c6a9199505cfe6a1bdaa Mon Sep 17 00:00:00 2001 From: Thomas Zemp Date: Thu, 6 Jun 2024 16:04:11 +0200 Subject: [PATCH] fix: clean up for plugins [LIBS-620] (#851) --- adapter/src/index.js | 2 +- shell/src/PluginLoader.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 (
-
+
{ > +