fix(chart): Restore subheader used in bignumber with trendline (#33196)

This commit is contained in:
Levis Mbote
2025-04-25 15:39:07 +03:00
committed by GitHub
parent fbd8ae2888
commit 6a586fe4fd
7 changed files with 332 additions and 15 deletions

View File

@@ -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,
}),
},
};