We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5745d commit 6b490a9Copy full SHA for 6b490a9
1 file changed
frontend/packages/flow-design/src/components/flow-approval/model.ts
@@ -17,7 +17,7 @@ export class FlowApprovalApiImpl implements FlowApprovalApi {
17
processNodes =async (body: Record<string, any>)=> {
18
const response = await postProcessNodes(body);
19
if(response.success){
20
- return response.data;
+ return response.data.list;
21
}
22
23
0 commit comments