[Fix] Remove usage of deprecated FieldMetadata type probability (#6279)
Bad timing between merge of https://github.com/twentyhq/twenty/commit/364caf0fdf32339004a6d56b4ac8fab7b16ff792 and https://github.com/twentyhq/twenty/commit/c0f6f52669c48e6d0bbe252db51dad74831ac739 a few minutes apart caused issues. Fixing it here !
This commit is contained in:
-1
@@ -25,7 +25,6 @@ export const mapFieldMetadataToGraphqlQuery = (
|
||||
FieldMetadataType.BOOLEAN,
|
||||
FieldMetadataType.NUMBER,
|
||||
FieldMetadataType.NUMERIC,
|
||||
FieldMetadataType.PROBABILITY,
|
||||
FieldMetadataType.RATING,
|
||||
FieldMetadataType.SELECT,
|
||||
FieldMetadataType.MULTI_SELECT,
|
||||
|
||||
Reference in New Issue
Block a user