feat(fe): settings page save #9348
Annotations
3 warnings
apps/frontend/app/(main)/settings/page.tsx#L184
React Hook useEffect has an unnecessary dependency: 'isDirty'. Either exclude it or remove the dependency array. Outer scope values like 'isDirty' aren't valid dependencies because mutating them doesn't re-render the component
|
apps/frontend/app/(main)/settings/page.tsx#L222
React Hook useEffect has a missing dependency: 'setValue'. Either include it or remove the dependency array
|
|
This job succeeded
Loading