fix: export data should contain all tables

This commit is contained in:
jialin
2026-06-16 22:28:46 +08:00
committed by jialin
parent c8e14dade5
commit e68bb0bc4e
5 changed files with 162 additions and 75 deletions
@@ -125,7 +125,8 @@ const StorageBreakdownTable: React.FC<Props> = ({
queryParams.page,
queryParams.perPage,
queryParams.sort_by,
refreshKey
refreshKey,
fetchData
]);
const rows: ResourceBreakdownItem[] = detailData?.items ?? [];