fix: type error

This commit is contained in:
sd0ric4
2025-03-27 12:39:03 +08:00
parent c160721cbe
commit 5260794b98

View File

@@ -42,7 +42,10 @@ export const dispatchFormInput = async (props: Props): Promise<FormInputResponse
params: {
description,
inputForm: userInputForms
}
},
entryNodeIds: [],
memoryEdges: [],
nodeOutputs: []
}
};
}