diff --git a/src/components/forms/notifications/CreateNotification.tsx b/src/components/forms/notifications/CreateNotification.tsx index 4fd98ca..40a2574 100644 --- a/src/components/forms/notifications/CreateNotification.tsx +++ b/src/components/forms/notifications/CreateNotification.tsx @@ -50,14 +50,7 @@ const CreateNotificationForm = () => { control={control} name="schedule_at" label="schedule at" - required range={false} - rules={{ - required: { - value: true, - message: FormErrorMessages.required, - }, - }} placeholder="Select schedule date" /> @@ -104,9 +97,7 @@ const CreateNotificationForm = () => {
{

{errors.type.message}

)}
-
- +
+