mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugins: Fixes navigation between different plugin pages (#52571)
This commit is contained in:
parent
2fa10dc903
commit
4eb0a8a98e
@ -80,9 +80,7 @@ class AppRootPage extends Component<Props, State> {
|
|||||||
const { params } = this.props.match;
|
const { params } = this.props.match;
|
||||||
|
|
||||||
if (prevProps.match.params.pluginId !== params.pluginId) {
|
if (prevProps.match.params.pluginId !== params.pluginId) {
|
||||||
this.setState({
|
this.setState({ loading: true, plugin: null });
|
||||||
loading: true,
|
|
||||||
});
|
|
||||||
this.loadPluginSettings();
|
this.loadPluginSettings();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user