Skip to content

Commit

Permalink
15870 Fixed invalid draft correction (#482)
Browse files Browse the repository at this point in the history
- app version = 6.2.3
- fixed bug when creating draft correction filing
  • Loading branch information
severinbeauvais authored Apr 5, 2023
1 parent 05ad78b commit 8d597d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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-filings-ui",
"version": "6.2.2",
"version": "6.2.3",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default class HeaderActions extends Vue {
case FilingTypes.CORRECTION:
case FilingTypes.REGISTRATION:
// correction via Edit UI
this.mutateCurrentFiling(filing.filingId)
this.mutateCurrentFiling(filing)
this.mutateFileCorrectionDialog(true)
break
Expand Down
2 changes: 1 addition & 1 deletion src/components/dialogs/FileCorrectionDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
color="primary"
id="dialog-exit-button"
@click="exit()"
>Cancel</v-btn>
>Cancel</v-btn>
<v-btn depressed large
color="primary"
id="dialog-start-button"
Expand Down

0 comments on commit 8d597d6

Please sign in to comment.