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) {