mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
fix: subheader should show as subtitle (#33172)
This commit is contained in:
committed by
GitHub
parent
00f1fdb3c4
commit
4140261797
@@ -129,5 +129,8 @@ 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