From 63c91c193cd3c716ca5a67194938fadf39dc0395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9verin=20Beauvais?= Date: Fri, 6 Sep 2024 11:47:48 -0700 Subject: [PATCH] - app version = 4.10.9 (#586) - fixed incorrect property name Co-authored-by: Severin Beauvais --- package-lock.json | 4 ++-- package.json | 2 +- src/views/Correction/CorpCorrection.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb68d603..c5e97352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-edit-ui", - "version": "4.10.8", + "version": "4.10.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-edit-ui", - "version": "4.10.8", + "version": "4.10.9", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/action-chip": "1.1.5", diff --git a/package.json b/package.json index 3a93c599..d4442f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-edit-ui", - "version": "4.10.8", + "version": "4.10.9", "private": true, "appName": "Edit UI", "sbcName": "SBC Common Components", diff --git a/src/views/Correction/CorpCorrection.vue b/src/views/Correction/CorpCorrection.vue index 6fa2c907..835a818d 100644 --- a/src/views/Correction/CorpCorrection.vue +++ b/src/views/Correction/CorpCorrection.vue @@ -188,7 +188,7 @@ export default class CorpCorrection extends Mixins(CommonMixin, FeeMixin, Filing orgPersons: items[3], shareStructure: items[4], nameTranslations: items[5], - nameResolutions: items[6] + resolutions: items[6] } as EntitySnapshotIF }