In Create Task popup from Infrastructure tab when we Select Activity then Excepted string message will come.

This commit is contained in:
Umesh Desai 2025-06-04 17:11:55 +05:30
parent 655db6ac74
commit 4345c55247

View File

@ -86,7 +86,7 @@ const TaskModel = ({
...prev,
floorId: value,
workAreaId: 0,
activityID: 0,
activityID: "",
workCategoryId: categoryData?.[0]?.id?.toString() ?? "",
}));
};
@ -291,7 +291,7 @@ const TaskModel = ({
{...register("activityID")}
onChange={handleActivityChange}
>
<option value="0">Select Activity</option>
<option value="">Select Activity</option>
{activityData &&
activityData.length > 0 &&
activityData