hogaya

This commit is contained in:
YasinShaikh123
2025-01-10 17:34:09 +05:30
parent 84dc47b447
commit ebcb06bf5e

View File

@@ -68,7 +68,7 @@ const UpdateIOStatus = ({ isOpen, onClose, status }) => {
// If selectedItem is 'Cancelled', make the updateCancelStatus API call
if (selectedItem === import.meta.env.VITE_STATUS_CANCELLED) {
res = await updateCancleStatus({
id: selectedStatusId,
id: id,
data: { comments: message },
});
}