fix(882): fixes negative number submission for employees input (#1130)
* fix(882): fixes negative number submission for employees input * formatting * fix linting
This commit is contained in:
@ -39,6 +39,7 @@ export type ViewFieldDateMetadata = {
|
||||
export type ViewFieldNumberMetadata = {
|
||||
type: 'number';
|
||||
fieldName: string;
|
||||
isPositive: boolean;
|
||||
};
|
||||
|
||||
export type ViewFieldRelationMetadata = {
|
||||
|
||||
Reference in New Issue
Block a user