dynamic machines
parent
9a4f08bacd
commit
a6defbb68c
|
@ -517,7 +517,6 @@ export default function GroupTasksViewModal({ isOpen }) {
|
|||
groupTaskSteps[index].Status ===
|
||||
Constants.GROUP_TASKS_STATUS.INPUT_REQUIRED ? (
|
||||
<div id={`${currentGroupTask.current.Id}-scroll-${index}`}>
|
||||
{console.log("inputrequ handl", groupTaskSteps[index])}
|
||||
<InputRequiredHandler
|
||||
webSocketContext={webSocketContext}
|
||||
appContext={appContext}
|
||||
|
@ -947,17 +946,15 @@ function InputRequiredHandler({
|
|||
t={t}
|
||||
notificationApi={notificationApi}
|
||||
globalInput={groupTaskParameter}
|
||||
onSelectChange={(value, notes) => {
|
||||
console.warn("onSelectChange", value, notes);
|
||||
|
||||
onSelectChange={(value, notes) =>
|
||||
handleInputChange(
|
||||
"select",
|
||||
value,
|
||||
currentGroupTask.Id,
|
||||
groupTaskParameter.parameterName,
|
||||
notes
|
||||
);
|
||||
}}
|
||||
)
|
||||
}
|
||||
/>
|
||||
</Form.Item>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue