diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index fe62d7647..569429dde 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -85,7 +85,6 @@ export default { } return false; }, - resetDependentState() {}, backButtonAction() { // route to move backwards this.$router.navigate( diff --git a/src/layouts/vehicle-parts/vehicle-parts.vue b/src/layouts/vehicle-parts/vehicle-parts.vue index 74b361a20..6324b6ba4 100644 --- a/src/layouts/vehicle-parts/vehicle-parts.vue +++ b/src/layouts/vehicle-parts/vehicle-parts.vue @@ -186,10 +186,6 @@ export default { ); }, - resetDependentState() { - // Nothing additional to reset here: The page save is already fully resetting all the line-items on the order - }, - LoadInitialPartsData() { const partsData = this.PartsFromApi; const alreadyPopulatedPartsData =