Skip to content

Commit

Permalink
Merge remote-tracking branch 'weblate/CHARTS-10844' into CHARTS-10844
Browse files Browse the repository at this point in the history
  • Loading branch information
DaryaLari committed Dec 20, 2024
2 parents e585717 + 493d3dd commit 3e159e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const TitlePlacementRow = ({className}: {className?: string}) => {
<FormRow className={className}>
<div className={b('setting-container')}>
<RadioButton
data-qa={DialogControlQa.appearanceTitlePlacement}
qa={DialogControlQa.appearanceTitlePlacement}
options={TITLE_PLACEMENT_OPTIONS}
value={titlePlacement}
disabled={isPlacementDisabled}
Expand Down

0 comments on commit 3e159e6

Please sign in to comment.