|
All checks were successful
Trigger Cloudarix Deploy / call-webhook (push) Successful in 2s
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. |
||
|---|---|---|
| .. | ||
| auth | ||
| emails | ||
| policy-explorer | ||
| search | ||
| ui | ||
| Navbar.tsx | ||
| Sidebar.tsx | ||
| SidebarItems.tsx | ||
| ThemeProvider.tsx | ||