From 66f2a564792de8601eaf246a37900f3866ebdf4f Mon Sep 17 00:00:00 2001 From: Kishen Kumar Date: Thu, 23 Nov 2023 09:35:42 +0800 Subject: [PATCH] fix: ui bug (#2236) Co-authored-by: KishenKumarrrrr --- .../src/components/dashboard/create/email/EmailRecipients.tsx | 2 +- frontend/src/components/dashboard/create/sms/SMSRecipients.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/dashboard/create/email/EmailRecipients.tsx b/frontend/src/components/dashboard/create/email/EmailRecipients.tsx index 2fb9ffbff..ac8b7fbee 100644 --- a/frontend/src/components/dashboard/create/email/EmailRecipients.tsx +++ b/frontend/src/components/dashboard/create/email/EmailRecipients.tsx @@ -160,7 +160,7 @@ const EmailRecipients = ({ return ( <> - +

Only CSV format files are allowed. If you have an Excel file, please convert it by going to File > Save As > CSV (Comma delimited). diff --git a/frontend/src/components/dashboard/create/sms/SMSRecipients.tsx b/frontend/src/components/dashboard/create/sms/SMSRecipients.tsx index 8954994c9..69682f0dc 100644 --- a/frontend/src/components/dashboard/create/sms/SMSRecipients.tsx +++ b/frontend/src/components/dashboard/create/sms/SMSRecipients.tsx @@ -148,7 +148,7 @@ const SMSRecipients = ({ return ( <> - +

Only CSV format files are allowed. If you have an Excel file, please convert it by going to File > Save As > CSV (Comma delimited).