From 1a3e0a1c4ef80c11d271c4b71ca69dd046b941a5 Mon Sep 17 00:00:00 2001
From: davelopez <46503462+davelopez@users.noreply.github.com>
Date: Tue, 31 Oct 2023 10:01:02 +0100
Subject: [PATCH] Fix typing issue with possible null slot value
Type 'null' is not assignable to type 'DataValuePoint'.
---
.../Visualizations/HistoriesStorageOverview.vue | 6 +++++-
.../Visualizations/HistoryStorageOverview.vue | 10 ++++++++--
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/client/src/components/User/DiskUsage/Visualizations/HistoriesStorageOverview.vue b/client/src/components/User/DiskUsage/Visualizations/HistoriesStorageOverview.vue
index 45c6480e7304..ae6a131ae39b 100644
--- a/client/src/components/User/DiskUsage/Visualizations/HistoriesStorageOverview.vue
+++ b/client/src/components/User/DiskUsage/Visualizations/HistoriesStorageOverview.vue
@@ -194,6 +194,7 @@ async function onPermanentlyDeleteHistory(historyId: string) {
@@ -222,7 +223,10 @@ async function onPermanentlyDeleteHistory(historyId: string) {
:label-formatter="bytesLabelFormatter"
:value-formatter="bytesValueFormatter">
-
+
diff --git a/client/src/components/User/DiskUsage/Visualizations/HistoryStorageOverview.vue b/client/src/components/User/DiskUsage/Visualizations/HistoryStorageOverview.vue
index d41eb5576d57..9de90c78b5e6 100644
--- a/client/src/components/User/DiskUsage/Visualizations/HistoryStorageOverview.vue
+++ b/client/src/components/User/DiskUsage/Visualizations/HistoryStorageOverview.vue
@@ -196,7 +196,10 @@ async function onPermanentlyDeleteDataset(datasetId: string) {
-
+
-
+