diff --git a/packages/nocodb/src/lib/noco/meta/api/sync/helpers/job.ts b/packages/nocodb/src/lib/noco/meta/api/sync/helpers/job.ts index ffbe417402..fd09a8cd61 100644 --- a/packages/nocodb/src/lib/noco/meta/api/sync/helpers/job.ts +++ b/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,