Skip to content

Commit

Permalink
Merge branch 'main' into chore/extract-fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
cammiida committed Dec 3, 2024
2 parents 0db4e7f + 70ca6fb commit 9aea47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/Panel/PanelComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const PanelComponent = ({ node }: IPanelProps) => {
)}
>
<Panel
title={<Lang id={textResourceBindings.title} />}
title={textResourceBindings.title ? <Lang id={textResourceBindings.title} /> : undefined}
showIcon={showIcon ?? true}
variant={variant ?? PANEL_VARIANT.Info}
forceMobileLayout={!fullWidth}
Expand Down

0 comments on commit 9aea47f

Please sign in to comment.