Skip to content

Commit

Permalink
fix: Wrong font param in src url during initial render
Browse files Browse the repository at this point in the history
  • Loading branch information
syam babu committed Sep 26, 2024
1 parent e676225 commit 45beca4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ const WidgetSettings = ({ setDirtyStatus, tabKey }) => {
name="font"
required
label={t(`${localePath}.font`)}
initialValue={widgetFontCollection[0]}
initialValue={widgetFontCollection[0]?.value ?? 'Roboto'}
data-cy="widget-settings-font">
<SelectOption
data-cy="widget-settings-font-dropdown"
Expand Down

0 comments on commit 45beca4

Please sign in to comment.