-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ BusinessServices: Update Notification and refactors update/create m…
…odal and queries (#1210) While resolving the related notification issues (see associated MTA-1024) this also refactors create/update modal and tries to bring more consistency. Includes following changes : - Push edit/create notifications down to BusinessServiceForm - Use onClose to replace onSave and onCancel - Replace REST functions to use axios instead of deprecated APIClient(). - Use React Query mutations instead of legacy queries - Consolidate New/Edit Modal duplication Partially address https://issues.redhat.com/browse/MTA-1024
- Loading branch information
Showing
10 changed files
with
169 additions
and
208 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
Oops, something went wrong.