mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-18 09:02:11 +03:00
Fix typing issue with positive number
This commit is contained in:
parent
4717f4cb90
commit
ecf18312ce
@ -39,7 +39,7 @@ export type ViewFieldDateMetadata = {
|
||||
export type ViewFieldNumberMetadata = {
|
||||
type: 'number';
|
||||
fieldName: string;
|
||||
isPositive: boolean;
|
||||
isPositive?: boolean;
|
||||
};
|
||||
|
||||
export type ViewFieldRelationMetadata = {
|
||||
|
Loading…
Reference in New Issue
Block a user