diff --git a/web/app/components/plugins/plugin-page/plugins-panel.tsx b/web/app/components/plugins/plugin-page/plugins-panel.tsx index 8dbbf8eaa5..768af9d706 100644 --- a/web/app/components/plugins/plugin-page/plugins-panel.tsx +++ b/web/app/components/plugins/plugin-page/plugins-panel.tsx @@ -44,14 +44,16 @@ const PluginsPanel = () => { - { - setCurrentPluginDetail(undefined) - setCurrentEndpoints([]) - }} - /> + {false && ( + { + setCurrentPluginDetail(undefined) + setCurrentEndpoints([]) + }} + /> + )} ) }