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} /> +