fix: type error
This commit is contained in:
@@ -42,7 +42,10 @@ export const dispatchFormInput = async (props: Props): Promise<FormInputResponse
|
|||||||
params: {
|
params: {
|
||||||
description,
|
description,
|
||||||
inputForm: userInputForms
|
inputForm: userInputForms
|
||||||
}
|
},
|
||||||
|
entryNodeIds: [],
|
||||||
|
memoryEdges: [],
|
||||||
|
nodeOutputs: []
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user