diff --git a/src/views/Modals/EditHistoryModal.jsx b/src/views/Modals/EditHistoryModal.jsx
index 8496c5f..959441c 100644
--- a/src/views/Modals/EditHistoryModal.jsx
+++ b/src/views/Modals/EditHistoryModal.jsx
@@ -1,4 +1,4 @@
-import { Box, Button, FormLabel, Input, Typography } from '@mui/joy'
+import { Box, Button, FormLabel, Input } from '@mui/joy'
import moment from 'moment'
import { useEffect, useState } from 'react'
@@ -39,10 +39,35 @@ function EditHistoryModal({ config, historyRecord }) {
onClose={config?.onClose}
size='lg'
// fullWidth={true}
+ title='Edit History'
+ footer={
+
+
+
+
+ }
>
-
- Edit History
-
Due Date
{
setDueDate(e.target.value)
}}
+ sx={{ mb: 2 }}
/>
Completed Date
{
setCompletedDate(e.target.value)
}}
+ sx={{ mb: 2 }}
/>
Note
- {/* 3 button save , cancel and delete */}
-
-
-
-