Browse Source

fix: atbl number as decimal

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3638/head
Raju Udava 2 years ago
parent
commit
c45b5b9f65
  1. 2
      packages/nocodb/src/lib/meta/api/sync/helpers/job.ts

2
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,

Loading…
Cancel
Save