mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
Fix/default strategy group (#4110)
This commit is contained in:
parent
5cbbd6f798
commit
d10ddcb12c
@ -61,7 +61,7 @@ const FlexibleStrategy = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (isDefaultStrategyEdit) {
|
if (isDefaultStrategyEdit && !parameters.groupId) {
|
||||||
onUpdate('groupId')('');
|
onUpdate('groupId')('');
|
||||||
}
|
}
|
||||||
}, [isDefaultStrategyEdit]);
|
}, [isDefaultStrategyEdit]);
|
||||||
|
Loading…
Reference in New Issue
Block a user