mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
perf: delete dataset (#3949)
* fix: collection list count * fix: collection list count * ai proxy ui * perf: delete dataset * perf: add dataset text index * update doc
This commit is contained in:
@@ -404,7 +404,7 @@ const LogDetail = ({ data, onClose }: { data: LogDetailType; onClose: () => void
|
||||
</GridItem>
|
||||
)}
|
||||
{detailData?.response_body && (
|
||||
<GridItem display={'flex'} borderBottomWidth="1px" borderRightWidth="1px" colSpan={2}>
|
||||
<GridItem display={'flex'} colSpan={2}>
|
||||
<Title>Response Body</Title>
|
||||
<Container>{detailData?.response_body}</Container>
|
||||
</GridItem>
|
||||
|
Reference in New Issue
Block a user