Skip to content

Commit

Permalink
fix: donate button
Browse files Browse the repository at this point in the history
  • Loading branch information
alaca committed Oct 25, 2023
1 parent 7d311f2 commit 03310de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const FormDesignSettings = () => {
label={__('Button caption', 'give')}
value={donateButtonCaption}
onChange={(donateButtonCaption) => {
dispatch(setFormSettings({primaryColor}));
dispatch(setFormSettings({donateButtonCaption}));
publishSettings({donateButtonCaption});
}}
help={__('Enter the text you want to display on the donation button.', 'give')}
Expand Down

0 comments on commit 03310de

Please sign in to comment.