-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(Work.vue): - Change string comparison to include check for '400' in response * fix(Work.vue): - Change string comparison to include check for '400' in response * Refactor error handling in Work.vue and main.ts - refactor: Replace string comparison with response status check for better error identification in Work.vue - fix: Correct error handling in main.ts to rethrow errors after logging warning messages - chore: Import AxiosError in WorksiteForm.vue - feat: Add saveWorksite retry mechanism and storage of unsaved worksite details - feat: Implement call status update function in WorksiteForm.vue
- Loading branch information
Showing
3 changed files
with
135 additions
and
9 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