fix: type error

This commit is contained in:
sd0ric4
2025-03-27 12:05:10 +08:00
parent 00d8188c77
commit ce4c85b1c4

View File

@@ -40,7 +40,10 @@ export const dispatchUserSelect = async (props: Props): Promise<UserSelectRespon
params: { params: {
description, description,
userSelectOptions userSelectOptions
} },
entryNodeIds: [],
memoryEdges: [],
nodeOutputs: []
} }
}; };
} }