mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
Merge branch 'main' into archive_table
This commit is contained in:
commit
193cc82ffa
@ -35,12 +35,11 @@ export const ConstraintAccordionEditBody: React.FC<
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className={styles.inputContainer}>
|
||||
<ConditionallyRender
|
||||
condition={oneOf(newOperators, localConstraint.operator)}
|
||||
show={<OperatorUpgradeAlert />}
|
||||
/>
|
||||
|
||||
<div className={styles.inputContainer}>
|
||||
<InvertedOperator
|
||||
inverted={Boolean(localConstraint.inverted)}
|
||||
setInvertedOperator={setInvertedOperator}
|
||||
|
Loading…
Reference in New Issue
Block a user