Skip to content

Commit 14e92c7

Browse files
mihowclaude
andcommitted
fix(ui): add null to EntityFieldValues customFields type
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c81b429 commit 14e92c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ui/src/data-services/hooks/entities

ui/src/data-services/hooks/entities/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ export interface EntityFieldValues {
22
description?: string
33
name: string
44
projectId: string
5-
customFields?: { [key: string]: string | number | object | undefined }
5+
customFields?: { [key: string]: string | number | object | null | undefined }
66
}

0 commit comments

Comments
 (0)