From 3ed91b0c4393a574879f833fd56f6418701d9d08 Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Wed, 10 Apr 2024 12:09:29 -0400 Subject: [PATCH] add siteType resetting to reset method --- src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/index.js b/src/store/index.js index 9932ea9f..e4e129ec 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1672,6 +1672,7 @@ export const useMainStore = defineStore({ this.issConfig.disabledFields.policyNumber = false; this.issConfig.disabledFields.policyZipCode = false; this.issConfig.disabledFields.dateOfLoss = false; + this.issConfig.siteType = null; }, disableKeyFields() {