Skip to content

Commit

Permalink
- app version = 4.10.9 (#586)
Browse files Browse the repository at this point in the history
- fixed incorrect property name

Co-authored-by: Severin Beauvais <[email protected]>
  • Loading branch information
severinbeauvais and Severin Beauvais authored Sep 6, 2024
1 parent 65c9773 commit 63c91c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Correction/CorpCorrection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 63c91c1

Please sign in to comment.