Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a26b9f5d11 | |||
| 35dcc853b8 |
+1
-1
@@ -317,7 +317,7 @@ const ModalForm: FC<Props> = ({ user, isUserLoading }) => {
|
|||||||
!formik.touched
|
!formik.touched
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<span className="indicator-label">Add</span>
|
<span className="indicator-label">Update</span>
|
||||||
{(formik.isSubmitting || isUserLoading) && (
|
{(formik.isSubmitting || isUserLoading) && (
|
||||||
<span className="indicator-progress">
|
<span className="indicator-progress">
|
||||||
Please wait...{" "}
|
Please wait...{" "}
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@ const ModalHeader = () => {
|
|||||||
return (
|
return (
|
||||||
<div className='modal-header'>
|
<div className='modal-header'>
|
||||||
{/* begin::Modal title */}
|
{/* begin::Modal title */}
|
||||||
<h2 className='fw-bolder'>Add Signatory - {showCustomModal?.data?.employer_name}</h2>
|
<h2 className='fw-bolder'>Edit Signatory - {showCustomModal?.data?.employer_name}</h2>
|
||||||
{/* end::Modal title */}
|
{/* end::Modal title */}
|
||||||
|
|
||||||
{/* begin::Close */}
|
{/* begin::Close */}
|
||||||
|
|||||||
Reference in New Issue
Block a user