fix: fixed Add Metrics to Tree Chart (#29158) (#30679)

This commit is contained in:
SBIN2010
2025-04-02 19:04:36 +03:00
committed by GitHub
parent 4f0020d0df
commit f5d64176f6

View File

@@ -89,9 +89,9 @@ const controlPanel: ControlPanelConfig = {
{
name: 'metric',
config: {
...optionalEntity,
type: 'DndMetricSelect',
label: t('Metric'),
...sharedControls.metric,
clearable: true,
validators: [],
description: t('Metric for node values'),
},
},