Correction of Delete Employee Popup Texts

This commit is contained in:
Kartik Sharma 2025-09-24 12:38:56 +05:30
parent 52e12426af
commit 37da6426d7

View File

@ -256,8 +256,8 @@ const Teams = () => {
<ConfirmModal
isOpen={IsDeleteModal}
type="delete"
header="Removed Employee"
message="Are you sure you want delete?"
header="Remove Employee"
message="Are you sure you want to delete?"
onSubmit={() => removeAllocation(deleteEmployee)}
onClose={closeDeleteModal}
loading={isPending}