Create new type position (#4336)
* Create new type position * Remove position filter type --------- Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
@ -192,6 +192,7 @@ export enum FieldMetadataType {
|
||||
Number = 'NUMBER',
|
||||
Numeric = 'NUMERIC',
|
||||
Phone = 'PHONE',
|
||||
Position = 'POSITION',
|
||||
Probability = 'PROBABILITY',
|
||||
Rating = 'RATING',
|
||||
Relation = 'RELATION',
|
||||
|
||||
@ -168,6 +168,7 @@ export enum FieldMetadataType {
|
||||
Number = 'NUMBER',
|
||||
Numeric = 'NUMERIC',
|
||||
Phone = 'PHONE',
|
||||
Position = 'POSITION',
|
||||
Probability = 'PROBABILITY',
|
||||
Rating = 'RATING',
|
||||
Relation = 'RELATION',
|
||||
|
||||
@ -32,6 +32,7 @@ export const generateEmptyFieldValue = (
|
||||
}
|
||||
case FieldMetadataType.Number:
|
||||
case FieldMetadataType.Rating:
|
||||
case FieldMetadataType.Position:
|
||||
case FieldMetadataType.Numeric: {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user