diff --git a/client/src/api/datasets.ts b/client/src/api/datasets.ts index 63b8b5714d9c..a82b2022a63e 100644 --- a/client/src/api/datasets.ts +++ b/client/src/api/datasets.ts @@ -47,11 +47,10 @@ export async function fetchDatasetDetails(params: { id: string }): Promise diff --git a/client/src/components/User/DiskUsage/Visualizations/HistoriesStorageOverview.vue b/client/src/components/User/DiskUsage/Visualizations/HistoriesStorageOverview.vue index 9d63b587c5e0..770c274e4740 100644 --- a/client/src/components/User/DiskUsage/Visualizations/HistoriesStorageOverview.vue +++ b/client/src/components/User/DiskUsage/Visualizations/HistoriesStorageOverview.vue @@ -1,5 +1,5 @@