mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-21 13:32:49 +08:00
### What problem does this PR solve? Feat: Display MCP multiple selection bar #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -66,7 +66,7 @@ export const useCreateMcpServer = () => {
|
||||
queryKey: [McpApiAction.ListMcpServer],
|
||||
});
|
||||
}
|
||||
return data;
|
||||
return data.code;
|
||||
},
|
||||
});
|
||||
|
||||
@ -90,7 +90,7 @@ export const useUpdateMcpServer = () => {
|
||||
queryKey: [McpApiAction.ListMcpServer],
|
||||
});
|
||||
}
|
||||
return data;
|
||||
return data.code;
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user