mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/task/Add_strategy_information_to_playground_results' into task/Add_strategy_information_to_playground_results
This commit is contained in:
		
						commit
						781813fd05
					
				@ -52,7 +52,7 @@ export const FeatureDetails = ({
 | 
				
			|||||||
        : undefined;
 | 
					        : undefined;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const customStrategiesTxt = hasCustomStrategies(feature)
 | 
					    const customStrategiesTxt = hasCustomStrategies(feature)
 | 
				
			||||||
        ? `You have custom strategies. Custom strategies can't be evaluated and they will be set as Unevaluated`
 | 
					        ? `This feature uses custom strategies. Custom strategies can't be evaluated, so they will be marked as Unevaluated`
 | 
				
			||||||
        : undefined;
 | 
					        : undefined;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const onCloseClick =
 | 
					    const onCloseClick =
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user