Skip to content

Commit

Permalink
Update fallback link in HsForm.vue (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Mar 27, 2024
1 parent be9caa8 commit 8063379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Base/HsForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function routeToMeetingLinkCallback(form: any, data: any) {
const state = data.submissionValues.state_region__picklist_ ?? null;
const reps = unref(globals)?.reps ?? [];
const fallbackLink = 'https://directus.io/contact/';
const fallbackLink = 'https://directus.io/thanks';
function getSalesRepLink(country: string, state = null) {
for (const rep of reps) {
Expand Down

0 comments on commit 8063379

Please sign in to comment.