|
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. |
||
|---|---|---|
| .. | ||
| ColumnVisibilityMenu.tsx | ||
| ExportButton.tsx | ||
| PolicyDetailSheet.tsx | ||
| PolicySearchContainer.tsx | ||
| PolicyTable.tsx | ||
| PolicyTableColumns.tsx | ||
| PolicyTablePagination.tsx | ||
| PolicyTableToolbar.tsx | ||
| PolicyTableV2.tsx | ||
| PolicyTypeBadge.tsx | ||
| PolicyTypeFilter.tsx | ||