From 632e78f0f408d9a910c2ff02a51ee4f122900504 Mon Sep 17 00:00:00 2001 From: KishenKumarrrrr Date: Thu, 23 Nov 2023 09:25:56 +0800 Subject: [PATCH] fix: ui bug --- .../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).