From c338c12f1c9941c86797d9c2e05615f71e150544 Mon Sep 17 00:00:00 2001 From: Jeremy-Z Date: Tue, 7 Jul 2026 15:33:03 -0400 Subject: [PATCH] Added loader for this navigation path. --- src/layouts/duplicate-check/duplicate-check.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layouts/duplicate-check/duplicate-check.vue b/src/layouts/duplicate-check/duplicate-check.vue index 265f6b4e..325145e2 100644 --- a/src/layouts/duplicate-check/duplicate-check.vue +++ b/src/layouts/duplicate-check/duplicate-check.vue @@ -63,6 +63,7 @@ import { useMainStore } from '@/store/index.js'; import globalRules from '@/constants/global-rules.js'; import { formatDate, toTitleCase } from '@/helpers/text-helper.js'; import { saveSession } from '@/helpers/order-helper'; +import showIssLoadingModal from '@/helpers/loading-modal-helper'; const dupeCheckDateFormatter = new Intl.DateTimeFormat('en-US', { timeZone: 'UTC', month: '2-digit', day: '2-digit', year: 'numeric' }); @@ -135,6 +136,8 @@ export default { * @summary Steps to perform when forward button clicked. */ async forwardButtonAction() { + showIssLoadingModal(true); + // If user clicked foward without selecting an option or user click on "start a new claim" button. if (this.selectedAnswer == null || this.selectedAnswer === 'NewClaim') { // Call SaveSession to create referral.