diff --git a/superset-frontend/src/components/DynamicPlugins/index.tsx b/superset-frontend/src/components/DynamicPlugins/index.tsx index 52570fee0391..90f4ba7fb546 100644 --- a/superset-frontend/src/components/DynamicPlugins/index.tsx +++ b/superset-frontend/src/components/DynamicPlugins/index.tsx @@ -87,7 +87,7 @@ function pluginContextReducer( }); return { ...state, - loading: true, + loading: action.keys.length > 0, plugins, }; }