Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: changing order of action groups not working properly on UI (#76)
# Background We need to modify the FE to handle the returned data accordingly as API now returns `GetRitualsResDTO` instead: ![image](https://github.com/user-attachments/assets/ce0aab96-2ff8-4ca9-8134-359fac7dcaf9) ajktown/api#149 Additionally, there is a bug where the patch rituals sends `isArchived: true`, `isArchived: true`, which should be `isArchived: true`, as you do not want to get archived action groups in setting. ## What's done - `isArchived: true` => `isArchived: false` - Correct the type for the expected return response ## Checklist Before PR Review - [x] The following has been handled: - `Draft` is set for this PR - `Title` is checked - `Background` is filled - `Assignee` is set - `Labels` are set - `development` is linked if related issue exists ## Checklist (Right Before PR Review Request) - [x] The following has been handled: - Final Operation Check is done - Mobile View Operation Check is done - Make this PR as an open PR ## Checklist (Reviewers) - [x] Check if there are any other missing TODOs that are not yet listed - [x] Review Code - [x] Every item on the checklist has been addressed accordingly - [x] If `development` is associated to this PR, you must check if every TODOs are handled
- Loading branch information