From 5a3a4e409b1b1669b40b506cd3b8807004059f5f Mon Sep 17 00:00:00 2001 From: FrankRua Date: Tue, 17 May 2022 13:41:30 -0400 Subject: [PATCH] Don't reset vehicle image on style page --- src/layouts/vehicle-style/vehicle-style.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/layouts/vehicle-style/vehicle-style.vue b/src/layouts/vehicle-style/vehicle-style.vue index d2fc51924..c7589d32d 100644 --- a/src/layouts/vehicle-style/vehicle-style.vue +++ b/src/layouts/vehicle-style/vehicle-style.vue @@ -102,9 +102,6 @@ export default { store.commit(storeMutations.UPDATE_NUMBER_OF_CHIPS, null); store.commit(storeMutations.UPDATE_GLASS_TO_REPLACE, []); store.commit(storeMutations.UPDATE_VEHICLE_VIN, null); - store.commit(storeMutations.UPDATE_VEHICLE_IMAGE_URL, null); - store.commit(storeMutations.UPDATE_VEHICLE_IMAGE_VIF_NUMBER, null); - store.commit(storeMutations.UPDATE_VEHICLE_IMAGE_COLOR, null); }, },