From 45a5de58616571bd7cdd3697ed5f4a6e0523f438 Mon Sep 17 00:00:00 2001 From: Jia Xu Date: Thu, 20 Jun 2024 20:24:50 -0700 Subject: [PATCH] fix - Incorrect Default Form Display When Editing Account Type (#2879) --- auth-web/package-lock.json | 4 ++-- auth-web/package.json | 2 +- auth-web/src/components/auth/common/AccountBusinessType.vue | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index ed4f8c0390..9aee3d4b6e 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth-web", - "version": "2.6.34", + "version": "2.6.35", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth-web", - "version": "2.6.34", + "version": "2.6.35", "dependencies": { "@bcrs-shared-components/base-address": "2.0.3", "@bcrs-shared-components/bread-crumb": "1.0.8", diff --git a/auth-web/package.json b/auth-web/package.json index 36f694e046..235a44ee8f 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -1,6 +1,6 @@ { "name": "auth-web", - "version": "2.6.34", + "version": "2.6.35", "appName": "Auth Web", "sbcName": "SBC Common Components", "private": true, diff --git a/auth-web/src/components/auth/common/AccountBusinessType.vue b/auth-web/src/components/auth/common/AccountBusinessType.vue index 3774280e34..b7c021fc6a 100644 --- a/auth-web/src/components/auth/common/AccountBusinessType.vue +++ b/auth-web/src/components/auth/common/AccountBusinessType.vue @@ -208,7 +208,7 @@