Skip to content

Commit

Permalink
chore: fix header decoration addon
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunory committed Dec 8, 2023
1 parent 3f4b824 commit 8f06efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export const AsideHeaderShowcase: React.FC<AsideHeaderShowcaseProps> = ({
<div className={b('content')}>
<pre>{placeholderText}</pre>
<RadioButton
value={headerDecoration}
value={addonHeaderDecoration}
onChange={(event) => {
setHeaderDecoration(event.target.value);
}}
Expand Down

0 comments on commit 8f06efc

Please sign in to comment.