mirror of https://github.com/grafana/grafana.git
				
				
				
			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;
 | 
			
		||||
 | 
			
		||||
    if (prevProps.match.params.pluginId !== params.pluginId) {
 | 
			
		||||
      this.setState({
 | 
			
		||||
        loading: true,
 | 
			
		||||
      });
 | 
			
		||||
      this.setState({ loading: true, plugin: null });
 | 
			
		||||
      this.loadPluginSettings();
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue