Skip to content

Commit 45687d7

Browse files
lucasgoralCopilot
andauthored
Update src/components/ControlPlane/Providers.tsx
Co-authored-by: Copilot <[email protected]>
1 parent ac365d5 commit 45687d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ControlPlane/Providers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { Resource } from '../../utils/removeManagedFieldsAndFilterData.ts';
2626

2727
interface CellData<T> {
2828
cell: {
29-
value: T | undefined;
29+
value: T | null;
3030
row: {
3131
original: Record<string, unknown>;
3232
};

0 commit comments

Comments
 (0)