tenantpilot/components
Ahmed Darrazi d9afe6d3a9
All checks were successful
Trigger Cloudarix Deploy / call-webhook (push) Successful in 2s
fix(policy-explorer): handle both PolicySettingRow and PolicySettingSearchResult types
The PolicyDetailSheet component now properly handles both type unions:
- PolicySettingRow (has graphPolicyId) - used in V2
- PolicySettingSearchResult (has id) - used in V1

Uses type guard to check for 'graphPolicyId' property and falls back to 'id' field.
This fixes the TypeScript compilation error in production builds.
2025-12-10 00:45:52 +01:00
..
auth Initial Setup für Dokploy 2025-11-18 23:24:41 +01:00
emails Initial Setup für Dokploy 2025-11-18 23:24:41 +01:00
policy-explorer fix(policy-explorer): handle both PolicySettingRow and PolicySettingSearchResult types 2025-12-10 00:45:52 +01:00
search chore(worker): add structured logging, job events, worker health endpoint and health-check script 2025-12-09 12:22:16 +01:00
ui feat: Policy Explorer UX Upgrade (003) 2025-12-07 02:28:15 +01:00
Navbar.tsx Initial Setup für Dokploy 2025-11-18 23:24:41 +01:00
Sidebar.tsx Initial Setup für Dokploy 2025-11-18 23:24:41 +01:00
SidebarItems.tsx Initial Setup für Dokploy 2025-11-18 23:24:41 +01:00
ThemeProvider.tsx Fix: Import ThemeProviderProps from next-themes root 2025-12-05 23:16:43 +01:00