Skip to content

Commit

Permalink
Change touchpointsFormHtmlString from a const to let
Browse files Browse the repository at this point in the history
  • Loading branch information
emyl3 committed Sep 20, 2024
1 parent 38f1510 commit 74df9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/touchpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ var formOptions = {

// Note: When updating Touchpoints you need to update this HTML
// To whoever has to maintain this, I'm sorry this is so gross.
const touchpointsFormHtmlString = `
let touchpointsFormHtmlString = `
<div class="fba-modal">
<div id="fba-modal-dialog" class="fba-modal-dialog" role="dialog" aria-modal="true">
<div class="touchpoints-form-wrapper" id="touchpoints-form-5b1efe87" data-touchpoints-form-id="5b1efe87" tabindex="-1">
Expand Down

0 comments on commit 74df9b4

Please sign in to comment.