diff --git a/src/constants/store-mutations.js b/src/constants/store-mutations.js index 197639e3a..3f42f9a5f 100644 --- a/src/constants/store-mutations.js +++ b/src/constants/store-mutations.js @@ -44,7 +44,7 @@ const storeMutations = { // OTHER MUTATIONS UPDATE_PAGE_DATA: "updatePageData", - SET_LOAD_FUNNEL_SESSION_INFO: "updateStateWithOrderInformation" + UPDATE_STATE_WITH_ORDER_INFORMATION: "updateStateWithOrderInformation" }; diff --git a/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue b/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue index e2a6bb426..df0fefb60 100644 --- a/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue +++ b/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue @@ -1,6 +1,6 @@