Skip to content

Commit

Permalink
Log error
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Overcash <[email protected]>
  • Loading branch information
danetsao and ncovercash authored Apr 25, 2024
1 parent 32d8c8d commit bec2381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useInitialValues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function useInitialValues() {
dtoToFormValues(currentConfig.data, localeWeekdays, feeFineTypes.data, locations.data, transferAccounts.data, stripes, intl)
);
} catch (e) {
setInitialValues(null);
console.error('Unable to load initial values', e);

Check warning on line 37 in src/hooks/useInitialValues.ts

View workflow job for this annotation

GitHub Actions / github-actions-ci

Unexpected console statement

Check warning on line 37 in src/hooks/useInitialValues.ts

View workflow job for this annotation

GitHub Actions / github-actions-ci

Unexpected console statement
}
}, [
currentConfig.isSuccess,
Expand Down

0 comments on commit bec2381

Please sign in to comment.