fix missing component argument

This commit is contained in:
Christoph Kluge
2026-02-10 15:47:38 +01:00
parent 49a1748641
commit a5a1fd1a6a

View File

@@ -35,6 +35,7 @@
/* Const Init */ /* Const Init */
const ccconfig = getContext("cc-config"); const ccconfig = getContext("cc-config");
const globalMetrics = getContext("globalMetrics");
const client = getContextClient(); const client = getContextClient();
/* State Init */ /* State Init */
@@ -139,6 +140,7 @@
<HistogramSelection <HistogramSelection
{cluster} {cluster}
{globalMetrics}
bind:isOpen={isHistogramSelectionOpen} bind:isOpen={isHistogramSelectionOpen}
presetSelectedHistograms={selectedHistograms} presetSelectedHistograms={selectedHistograms}
configName="statusView_selectedHistograms" configName="statusView_selectedHistograms"