Browse Source

fix: mapping for phonenumber datatype

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

3
packages/nocodb/src/lib/noco/meta/api/sync/helpers/job.ts

@ -163,8 +163,7 @@ export default async (
collaborator: UITypes.Collaborator,
multiCollaborator: UITypes.Collaborator,
date: UITypes.Date,
// kludge: phone: UITypes.PhoneNumber,
phone: UITypes.SingleLineText,
phone: UITypes.PhoneNumber,
number: UITypes.Number,
rating: UITypes.Rating,
formula: UITypes.Formula,

Loading…
Cancel
Save