From 9d060dc32f196c02572f0e32db7f0634595a4b31 Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Mon, 10 Jul 2023 21:38:54 +0530 Subject: [PATCH] display phone contact in assignee without .sms --- src/pages/tasks/NewTaskPage.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/tasks/NewTaskPage.js b/src/pages/tasks/NewTaskPage.js index a2ac357aa17a..05722fe9a2da 100644 --- a/src/pages/tasks/NewTaskPage.js +++ b/src/pages/tasks/NewTaskPage.js @@ -21,6 +21,7 @@ import * as OptionsListUtils from '../../libs/OptionsListUtils'; import * as ReportUtils from '../../libs/ReportUtils'; import FormAlertWithSubmitButton from '../../components/FormAlertWithSubmitButton'; import FullPageNotFoundView from '../../components/BlockingViews/FullPageNotFoundView'; +import * as LocalePhoneNumber from '../../libs/LocalePhoneNumber'; const propTypes = { /** Task Creation Data */ @@ -158,7 +159,7 @@ function NewTaskPage(props) { Navigation.navigate(ROUTES.NEW_TASK_ASSIGNEE)} shouldShowRightIcon