Remove unneeded constants.

This commit is contained in:
Bryan Mauger 2023-06-27 09:42:48 -04:00
parent aa1ee0b3ec
commit cc9f279e72
2 changed files with 1 additions and 4 deletions

View file

@ -337,7 +337,7 @@ export default {
);
//Temporary, still need to determine what needs to be saved before continuing.
this.$router.navigateWithoutSaving(
this.navigationScenarios.CLICKED_FORWARD_WITH_CUSTOMER_DETAILS,
this.navigationScenarios.CLICKED_FORWARD,
this.$route
);
},

View file

@ -49,9 +49,6 @@ const navigationScenarios = {
// Scheduling
SELECTED_LOCATION: "SELECTED_LOCATION",
//Customer details
CLICKED_FORWARD_WITH_CUSTOMER_DETAILS: "CLICKED_FORWARD_WITH_CUSTOMER_DETAILS",
// Review
CLICKED_VEHICLE_EDIT: "CLICKED_VEHICLE_EDIT",
CLICKED_DAMAGE_EDIT: "CLICKED_DAMAGE_EDIT",