Skip to content

Commit

Permalink
fix hsform
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Sep 9, 2024
1 parent 0d24733 commit 62763d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Base/HsForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const { formId } = toRefs(props);
const { $directus, $readSingleton, $posthog } = useNuxtApp();
declare global {
let hbspt: any;
// eslint-disable-next-line no-var
var hbspt: any;
}
const { data: globals } = useAsyncData('sales-reps', () =>
Expand Down

0 comments on commit 62763d8

Please sign in to comment.