mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
feat: remove cancel button
This commit is contained in:
parent
9dd3336a04
commit
eb1d460092
@ -69,14 +69,6 @@ export const ConstraintAccordionEditBody: React.FC<IConstraintAccordionBody> =
|
||||
>
|
||||
Done
|
||||
</StyledLeftButton>
|
||||
<StyledRightButton
|
||||
onClick={() => {
|
||||
setAction(CANCEL);
|
||||
triggerTransition();
|
||||
}}
|
||||
>
|
||||
Cancel
|
||||
</StyledRightButton>
|
||||
</StyledInputButtonContainer>
|
||||
</StyledButtonContainer>
|
||||
</>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user