In Create Task popup from Infrastructure tab when we Select Activity then Excepted string message will come.
This commit is contained in:
parent
655db6ac74
commit
4345c55247
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user