Skip to content

Commit

Permalink
Update allowed types for customFields
Browse files Browse the repository at this point in the history
  • Loading branch information
mihow committed Apr 16, 2024
1 parent 554d225 commit 4d11a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/data-services/hooks/entities/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export interface EntityFieldValues {
description: string
name: string
projectId: string
customFields?: { [key: string]: string }
customFields?: { [key: string]: string | number | object | undefined }
}

0 comments on commit 4d11a86

Please sign in to comment.