Merge pull request #1186 from Safelite/CSR-1362-remove-unneeded-constants
Remove unneeded constants.
This commit is contained in:
commit
6e4dc25c9b
2 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
);
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue