mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-19 01:21:30 +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 = {
|
export type ViewFieldNumberMetadata = {
|
||||||
type: 'number';
|
type: 'number';
|
||||||
fieldName: string;
|
fieldName: string;
|
||||||
isPositive: boolean;
|
isPositive?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type ViewFieldRelationMetadata = {
|
export type ViewFieldRelationMetadata = {
|
||||||
|
Loading…
Reference in New Issue
Block a user