From c45b5b9f659826eb4a16625d978a7937da63b2d0 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Thu, 15 Sep 2022 00:21:04 +0530 Subject: [PATCH] fix: atbl number as decimal Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- packages/nocodb/src/lib/meta/api/sync/helpers/job.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nocodb/src/lib/meta/api/sync/helpers/job.ts b/packages/nocodb/src/lib/meta/api/sync/helpers/job.ts index b4e913526e..f1b6e295ab 100644 --- a/packages/nocodb/src/lib/meta/api/sync/helpers/job.ts +++ b/packages/nocodb/src/lib/meta/api/sync/helpers/job.ts @@ -198,7 +198,7 @@ export default async ( multiCollaborator: UITypes.Collaborator, date: UITypes.Date, phone: UITypes.PhoneNumber, - number: UITypes.Number, + number: UITypes.Decimal, rating: UITypes.Rating, formula: UITypes.Formula, rollup: UITypes.Rollup,