fix: subheader should show as subtitle (#33172)

This commit is contained in:
Elizabeth Thompson
2025-04-17 22:03:20 -07:00
committed by GitHub
parent 00f1fdb3c4
commit 4140261797
7 changed files with 327 additions and 58 deletions

View File

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