Skip to content

Conversation

luizhf42
Copy link
Member

This pull request keeps consistent error handling across multiple components in the admin UI by removing console.error calls. Some unnecessary try/catch blocks were removed, and error handling is now done with the util handleError where needed.

@luizhf42 luizhf42 self-assigned this Jun 12, 2025
@luizhf42 luizhf42 requested a review from a team as a code owner June 12, 2025 19:13
@luizhf42 luizhf42 added area/ui javascript Pull requests that update Javascript code kind/refactor labels Jun 12, 2025
luizhf42 added 3 commits June 12, 2025 16:13
- remove `console.error` calls and unnecessary try/catch blocks
- properly handle errors with `handleError` util inside components
@luizhf42 luizhf42 force-pushed the refactor/console-error branch from bd3fe08 to b9ab24e Compare June 12, 2025 19:14
@gustavosbarreto gustavosbarreto merged commit ff7b4f2 into master Jun 16, 2025
8 checks passed
@gustavosbarreto gustavosbarreto deleted the refactor/console-error branch June 16, 2025 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui javascript Pull requests that update Javascript code kind/refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants