use display header when set (#20553)
This commit is contained in:
parent
27e79fb025
commit
df5a823738
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export const UserProfileFields = ({
|
|||
return (
|
||||
<ScrollForm
|
||||
sections={[{ name: "" }, ...(config?.groups || [])].map((g) => ({
|
||||
title: g.name || t("general"),
|
||||
title: g.displayHeader || g.name || t("general"),
|
||||
panel: (
|
||||
<Form>
|
||||
{g.displayDescription && (
|
||||
|
|
Loading…
Reference in a new issue