Skip to content

Commit

Permalink
make it so that the frequency is not selected by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbakh-N committed Aug 2, 2024
1 parent 0f24029 commit 3c1ab1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/donate-button-v4/src/helpers/optionsTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const defaults: Partial<WidgetConfig> = {
methods: Object.values(DefaultPaymentMethods),
show: false,
addAmounts: [10, 50, 100],
defaultFrequency: DonationFrequency.OneTime,
minDonationAmount: 5,
primaryColor: '#018669',
showGiftCardOption: false,
Expand Down

0 comments on commit 3c1ab1d

Please sign in to comment.