-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ConfirmModal should not include form
ConfirmModal uses the OpenCloseModal, which includes a form when onSave is passed. Asking for a confirmation is only a yes or no question, so there is no need for a form. Changed ConfirmModal to use Modal instead of OpenCloseModal.
- Loading branch information
Gido Manders
committed
Jul 12, 2023
1 parent
8e1eeb3
commit 5fb6fb2
Showing
3 changed files
with
156 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters