Skip to content

Commit

Permalink
no icon on rsvp modal
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuer committed Nov 13, 2023
1 parent e10b24c commit 6f6c0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atcb-generate-pro.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ async function atcb_generate_rsvp(host, data, keyboardTrigger = false, inline =
})();
if (!inline || directModal) {
atcb_set_fullsize(rsvpHost.querySelector('.atcb-modal-host-initialized'));
atcb_create_modal(rsvpHost, data, 'rsvp', rsvpData.headline, rsvpContent, [], [], keyboardTrigger, {}, false);
atcb_create_modal(rsvpHost, data, undefined, rsvpData.headline, rsvpContent, [], [], keyboardTrigger, {}, false);
} else {
const rsvpInlineWrapper = document.createElement('div');
rsvpInlineWrapper.classList.add('rsvp-wrapper');
Expand Down

0 comments on commit 6f6c0a0

Please sign in to comment.