-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
Describe the bug
Multiple TypeScript type errors exist across admin pages, preventing successful production build.
Sample Errors Found
src/app/admin/data-retention/page.tsx:155- Property 'entityType' does not existsrc/app/admin/roles/page.tsx:604- Property 'onClick' does not exist on ResponsiveTableRowsrc/app/admin/settings/page.tsx:274- Property 'label' does not exist on SystemConfig- Multiple
isNotNullcomparison errors with null values - Various auth-related type errors
Expected behavior
All TypeScript errors should be resolved for successful production builds.
Possible Solution
Run pnpm run typecheck to identify all errors and fix them systematically. Focus on:
- Missing type definitions
- Incorrect property access
- Null safety issues
Files Affected
Multiple admin pages under src/app/admin/
Discovered By
Automated TypeScript analysis during build verification.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels