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:
Jack Westbrook
2021-05-31 13:53:40 +02:00
committed by GitHub
parent 98c849d4cc
commit 8c93899b15
3 changed files with 22 additions and 10 deletions

View File

@@ -86,7 +86,6 @@ class AppRootPage extends Component<Props, State> {
}
onNavChanged = (nav: NavModel) => {
console.log('NAV CHANGED!!!', nav);
this.setState({ nav });
};