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