Skip to content

Commit

Permalink
Fix cf:loaded detail
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Apr 18, 2024
1 parent fa98ec8 commit 4a1b1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/campaign-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const postScriptLoad = function () {

document.dispatchEvent(new CustomEvent('cf:loaded', {
detail: {
formData: campaignForms
campaignForms
}
}))

Expand Down

0 comments on commit 4a1b1cf

Please sign in to comment.