Skip to content

Commit

Permalink
23514 Remove testing workaround (status) (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
severinbeauvais authored Oct 15, 2024
1 parent 6b170b8 commit e65d42f
Showing 1 changed file with 0 additions and 4 deletions.
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 e65d42f

Please sign in to comment.