Merge pull request 'In Create Task popup from Infrastructure tab when we Select Activity then Excepted string message will come.' (#184) from Kartik_Bug#457 into Issue_Jun_1W

Reviewed-on: #184
This commit is contained in:
Vikas Nale 2025-06-05 05:24:28 +00:00
commit c553b36e25

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