mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
fix(chart): Restore subheader used in bignumber with trendline (#33196)
This commit is contained in:
@@ -129,8 +129,5 @@ export const subtitleControl: CustomControlItem = {
|
||||
label: t('Subtitle'),
|
||||
renderTrigger: true,
|
||||
description: t('Description text that shows up below your Big Number'),
|
||||
mapStateToProps: state => ({
|
||||
value: state.form_data.subheader || state.form_data.subtitle,
|
||||
}),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user