Merge pull request #1186 from Safelite/CSR-1362-remove-unneeded-constants

Remove unneeded constants.
This commit is contained in:
bmauger 2023-06-27 10:15:12 -04:00 committed by GitHub
commit 6e4dc25c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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. //Temporary, still need to determine what needs to be saved before continuing.
this.$router.navigateWithoutSaving( this.$router.navigateWithoutSaving(
this.navigationScenarios.CLICKED_FORWARD_WITH_CUSTOMER_DETAILS, this.navigationScenarios.CLICKED_FORWARD,
this.$route this.$route
); );
}, },

View file

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