Correction of Delete Employee Popup Texts
This commit is contained in:
parent
a4bccc9bf6
commit
38bd8d36c0
@ -256,8 +256,8 @@ const Teams = () => {
|
|||||||
<ConfirmModal
|
<ConfirmModal
|
||||||
isOpen={IsDeleteModal}
|
isOpen={IsDeleteModal}
|
||||||
type="delete"
|
type="delete"
|
||||||
header="Removed Employee"
|
header="Remove Employee"
|
||||||
message="Are you sure you want delete?"
|
message="Are you sure you want to delete?"
|
||||||
onSubmit={() => removeAllocation(deleteEmployee)}
|
onSubmit={() => removeAllocation(deleteEmployee)}
|
||||||
onClose={closeDeleteModal}
|
onClose={closeDeleteModal}
|
||||||
loading={isPending}
|
loading={isPending}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user