mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix(chart controls): remove duplicated descriptions for chart controls (#33954)
This commit is contained in:
committed by
GitHub
parent
09c657c899
commit
d1b372f670
@@ -122,7 +122,6 @@ const config: ControlPanelConfig = {
|
||||
label: t('X Axis Title'),
|
||||
renderTrigger: true,
|
||||
default: '',
|
||||
description: t('Changing this control takes effect instantly'),
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -148,7 +147,6 @@ const config: ControlPanelConfig = {
|
||||
label: t('Y Axis Title'),
|
||||
renderTrigger: true,
|
||||
default: '',
|
||||
description: t('Changing this control takes effect instantly'),
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user