Skip to content

Commit

Permalink
fix: show header
Browse files Browse the repository at this point in the history
  • Loading branch information
alaca committed Oct 25, 2023
1 parent 03310de commit 18def4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const FormDesignSettings = () => {
checked={showHeader}
onChange={() => {
dispatch(setFormSettings({showHeader: !showHeader}));
publishSettings({showHeading: !showHeader});
publishSettings({showHeader: !showHeader});
}}
/>
</PanelRow>
Expand Down

0 comments on commit 18def4b

Please sign in to comment.