diff --git a/client/src/api/datasets.ts b/client/src/api/datasets.ts index 47ee27b2b6a7..914a87a21651 100644 --- a/client/src/api/datasets.ts +++ b/client/src/api/datasets.ts @@ -49,25 +49,21 @@ 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 ae6a131ae39b..770c274e4740 100644 --- a/client/src/components/User/DiskUsage/Visualizations/HistoriesStorageOverview.vue +++ b/client/src/components/User/DiskUsage/Visualizations/HistoriesStorageOverview.vue @@ -1,5 +1,5 @@