From e65d42fc2b698d268a0cd63737d76578876f1de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9verin=20Beauvais?= Date: Tue, 15 Oct 2024 16:27:50 -0700 Subject: [PATCH] 23514 Remove testing workaround (status) (#748) --- src/App.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 26d714b2..ae1cf178 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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 = (