Implement Validation for Filtering #47
Annotations
2 warnings
Lint:
apps/web/src/app/(pages)/(dashboard)/roles/page.tsx#L6
Imports "ReviewType", "WorkEnvironmentType" and "WorkTermType" are only used as type
|
Lint:
apps/web/src/app/(pages)/(dashboard)/roles/page.tsx#L63
React Hook useEffect has missing dependencies: 'validationResult.error.issues' and 'validationResult.success'. Either include them or remove the dependency array
|
Loading