mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-22 11:18:20 +02: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
|
Done
|
||||||
</StyledLeftButton>
|
</StyledLeftButton>
|
||||||
<StyledRightButton
|
|
||||||
onClick={() => {
|
|
||||||
setAction(CANCEL);
|
|
||||||
triggerTransition();
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
Cancel
|
|
||||||
</StyledRightButton>
|
|
||||||
</StyledInputButtonContainer>
|
</StyledInputButtonContainer>
|
||||||
</StyledButtonContainer>
|
</StyledButtonContainer>
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user