From 4c314d5063ee35f2e81310500c5478952c52d1c0 Mon Sep 17 00:00:00 2001 From: Matteo V Date: Tue, 14 May 2024 15:32:46 +0200 Subject: [PATCH] Fix #10318 fix details load if value is NODATA (#10319) --- web/client/epics/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/epics/config.js b/web/client/epics/config.js index d337b187f2..1a92c174f2 100644 --- a/web/client/epics/config.js +++ b/web/client/epics/config.js @@ -220,7 +220,7 @@ export const storeDetailsInfoEpic = (action$, store) => detailsSettings = {}; } - if (!details || details.value === EMPTY_RESOURCE_VALUE) { + if (!details || details === EMPTY_RESOURCE_VALUE) { return Observable.empty(); } return Observable.from([