mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
fix(legacy-plugin-chart-sunburst): chart broken when secondary metric is remove (#20223)
This commit is contained in:
@@ -237,9 +237,9 @@ export const DndMetricSelect = (props: any) => {
|
||||
const valuesCopy = [...value];
|
||||
valuesCopy.splice(index, 1);
|
||||
setValue(valuesCopy);
|
||||
onChange(valuesCopy);
|
||||
handleChange(valuesCopy);
|
||||
},
|
||||
[onChange, value],
|
||||
[handleChange, value],
|
||||
);
|
||||
|
||||
const moveLabel = useCallback(
|
||||
|
||||
Reference in New Issue
Block a user