1
0
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:
andreas-unleash 2022-08-09 10:11:00 +03:00
commit 781813fd05

View File

@ -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 =