From fcf95ad7341bbb61bdf3c17751ec3ad72c1a409c Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Tue, 30 Aug 2022 13:37:19 -0400 Subject: [PATCH] CSR-795 | Refactor modal etc. Removed collapse toggle on radio-service Added in cashOrInsurance utilization Removed reference to quote in the modal class Changed modal close button text to use Footer from CMS --- src/common-components/modal/modal.vue | 13 ++++++++----- src/layouts/quote/quote.vue | 19 +++++++++++++------ .../radio-service-package.vue | 10 +++++++--- 3 files changed, 28 insertions(+), 14 deletions(-) diff --git a/src/common-components/modal/modal.vue b/src/common-components/modal/modal.vue index d4770949a..c03c0b12a 100644 --- a/src/common-components/modal/modal.vue +++ b/src/common-components/modal/modal.vue @@ -1,16 +1,16 @@