Compare commits

..

No commits in common. "182280e91d818493325dd772d2e6c2fb53f4a1c9" and "a4bccc9bf6f190c870d8cdd9d1cb38bfcbe57eed" have entirely different histories.

View File

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