(feature)(supersonic-fe) add memory manage (#1291)

This commit is contained in:
williamhliu
2024-06-30 10:02:48 +08:00
committed by GitHub
parent da002338e6
commit 5bfef816c4

View File

@@ -177,6 +177,7 @@ const MemorySection = ({ agentId }: Props) => {
const res = await getMemeoryList(agentId, filtersValue || filters, current || 1);
setLoading(false);
const { list, total } = res.data;
setDataSource(list);
return {
data: list,
total: total,