mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Silcense warning message for row (#32985)
This commit is contained in:
@@ -134,8 +134,10 @@ export function initDashboardPanel(panel: PanelModel): ThunkResult<void> {
|
||||
plugin = await dispatch(loadPanelPlugin(pluginToLoad));
|
||||
} catch (e) {
|
||||
// When plugin not found
|
||||
plugin = getPanelPluginNotFound(pluginToLoad);
|
||||
notFound = true;
|
||||
plugin = getPanelPluginNotFound(pluginToLoad, pluginToLoad === 'row');
|
||||
if (pluginToLoad !== 'row') {
|
||||
notFound = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user