Status Dropdown Should Auto-Close After Job Status Update

This commit is contained in:
Kartik Sharma 2025-11-24 10:35:03 +05:30
parent 18e739f3ab
commit 5747d4ec71

View File

@ -31,7 +31,7 @@ const ChangeStatus = ({ statusId, projectId, jobId, popUpId }) => {
} = methods;
const { mutate: UpdateStatus, isPending } = useUpdateServiceProjectJob(() => {
// handleClose();
handleClose();
});
const onSubmit = (formData) => {
const payload =