From 751aa6c67365db212496aee24a4198319badaf7c Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Fri, 18 Oct 2024 19:16:21 +0530 Subject: [PATCH] updatee --- src/Pages/Admin/Notification.jsx | 2 ++ src/Pages/EmailNotification/EmailNotification.jsx | 10 +++++++--- src/Services/fawateer.request.service.js | 4 ++-- src/Services/io.service.js | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/Pages/Admin/Notification.jsx b/src/Pages/Admin/Notification.jsx index b8beb97..19e3d80 100644 --- a/src/Pages/Admin/Notification.jsx +++ b/src/Pages/Admin/Notification.jsx @@ -322,6 +322,7 @@ const Notification = () => { onSubmit={handleSubmit(onSubmit)} btnLoading={isLoading} > + { selectedRadio={selectedRadio} showRadioButton={true} /> + ); diff --git a/src/Pages/EmailNotification/EmailNotification.jsx b/src/Pages/EmailNotification/EmailNotification.jsx index 9c05f63..e74981a 100644 --- a/src/Pages/EmailNotification/EmailNotification.jsx +++ b/src/Pages/EmailNotification/EmailNotification.jsx @@ -135,8 +135,10 @@ const EmailNotification = () => { const modules = { toolbar: [ - [{ header: "1" }, { header: "2" }, { font: [] }], - [{ size: [] }], + // [{ header: "1" }, { header: "2" }, + // // { font: [] } + // ], + // [{ size: [] }], ["bold", "italic", "underline", "strike", "blockquote"], [{ list: "ordered" }, { list: "bullet" }], ["clean"], @@ -219,7 +221,7 @@ const EmailNotification = () => { pb={14} pt={4} > - + {/* { + { selectedRadio={selectedRadio} showRadioButton={true} /> +