mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: link to unhealthy flags filter (#8802)
This change updates the "view unhealthy flags" link in the project status sidebar to use the correct filter. The previous link was put in before we had a filter for potentially stale, so this updates the link to use that filter.
This commit is contained in:
		
							parent
							
								
									20749cf771
								
							
						
					
					
						commit
						0f91c6b0c2
					
				| @ -165,7 +165,9 @@ export const ProjectHealth = () => { | |||||||
|                         flags and remove code from your code base to reduce |                         flags and remove code from your code base to reduce | ||||||
|                         technical debt. |                         technical debt. | ||||||
|                     </Typography> |                     </Typography> | ||||||
|                     <Link to={`/projects/${projectId}?state=IS%3Astale`}> |                     <Link | ||||||
|  |                         to={`/projects/${projectId}?state=IS_ANY_OF%3Astale%2Cpotentially-stale`} | ||||||
|  |                     > | ||||||
|                         View unhealthy flags |                         View unhealthy flags | ||||||
|                     </Link> |                     </Link> | ||||||
|                 </TextContainer> |                 </TextContainer> | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user