mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +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;
|
||||
|
||||
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;
|
||||
|
||||
const onCloseClick =
|
||||
|
Loading…
Reference in New Issue
Block a user