mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PluginsList Panel: Redirect to catalog app for updating plugins (#34893)
* feat(pluginlistpanel): if catalog app is enabled redirect user if plugin is upgradable * refactor(catalog): update copy if plugin is disabled
This commit is contained in:
@@ -86,7 +86,6 @@ class AppRootPage extends Component<Props, State> {
|
||||
}
|
||||
|
||||
onNavChanged = (nav: NavModel) => {
|
||||
console.log('NAV CHANGED!!!', nav);
|
||||
this.setState({ nav });
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user