Skip to content

Commit

Permalink
- app version = 5.12.6
Browse files Browse the repository at this point in the history
- removed cont in state work-around
  • Loading branch information
Severin Beauvais committed Oct 11, 2024
1 parent 6be0690 commit 3854765
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 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-create-ui",
"version": "5.12.5",
"version": "5.12.6",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
4 changes: 0 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -950,10 +950,6 @@ export default class App extends Mixins(CommonMixin, DateMixin, FilingTemplateMi
// set filing type and status
this.setFilingType(draftFiling.header.name)
this.setFilingStatus(draftFiling.header.status)
// *** TODO: remove after testing
if (draftFiling.header.status === FilingStatus.CHANGE_REQUESTED) {
this.setFilingStatus(FilingStatus.APPROVED)
}
// check if filing is in a valid state to be edited
this.filingNotExistDialog = (
Expand Down

0 comments on commit 3854765

Please sign in to comment.