diff --git a/core/core-frontend/src/views/chart/components/editor/drag-item/QuotaItem.vue b/core/core-frontend/src/views/chart/components/editor/drag-item/QuotaItem.vue index c3dc1148d3..5a1e9bb751 100644 --- a/core/core-frontend/src/views/chart/components/editor/drag-item/QuotaItem.vue +++ b/core/core-frontend/src/views/chart/components/editor/drag-item/QuotaItem.vue @@ -281,7 +281,6 @@ const editCompare = () => { } const valueFormatter = () => { - debugger item.value.index = props.index item.value.formatterType = props.type emit('valueFormatter', item.value)