Skip to content

Commit

Permalink
Fix save and cancel buttons in the command page #1139
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérémy TREMBLAY committed Sep 1, 2022
1 parent e6c8663 commit 2e1daaf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
</MudTabs>
</DialogContent>
<DialogActions>
<MudButton id="SubmitButton" Color="Color.Primary" OnClick="Submit">Save</MudButton>
<MudButton id="CancelButton" OnClick="Cancel">Cancel</MudButton>
<MudButton id="SubmitButton" Color="Color.Primary" OnClick="Submit">OK</MudButton>
</DialogActions>
</MudDialog>

Expand Down

0 comments on commit 2e1daaf

Please sign in to comment.