“Create Job” Popup Should Close Automatically After Job Creation.

This commit is contained in:
Kartik Sharma 2025-11-26 10:12:58 +05:30
parent d4582c101a
commit 2109a5f1f1

View File

@ -140,6 +140,7 @@ const ManageJob = ({ Job }) => {
formData.projectId = projectId;
CreateJob(formData);
setManageJob({ isOpen: false, jobId: null });
}
};