Skip to content

Commit

Permalink
Refactor/rename constraint button (#5260) (#5262)
Browse files Browse the repository at this point in the history
Patch constraint button to 5.6
  • Loading branch information
FredrikOseberg authored Nov 3, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b3d68d6 commit 50fd802
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -63,11 +63,11 @@ export const ConstraintAccordionEditBody: React.FC<IConstraintAccordionBody> =
<StyledLeftButton
type='button'
onClick={onSubmit}
variant='contained'
variant='outlined'
color='primary'
data-testid='CONSTRAINT_SAVE_BUTTON'
>
Save
Done
</StyledLeftButton>
<StyledRightButton
onClick={() => {

0 comments on commit 50fd802

Please sign in to comment.