From 408dc10658394b606fcde412e8e5c64dea7fe373 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 4 Mar 2022 10:31:07 -0500 Subject: [PATCH] Removing unneeded attributes --- .../windshield-damage-type-question.vue | 1 - src/styles/common-animations.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layouts/vehicle-damage/windshield-options/windshield-damage-type-question/windshield-damage-type-question.vue b/src/layouts/vehicle-damage/windshield-options/windshield-damage-type-question/windshield-damage-type-question.vue index b06a2ccb5..8031db546 100644 --- a/src/layouts/vehicle-damage/windshield-options/windshield-damage-type-question/windshield-damage-type-question.vue +++ b/src/layouts/vehicle-damage/windshield-options/windshield-damage-type-question/windshield-damage-type-question.vue @@ -46,7 +46,6 @@ export default ({ groupName: String, isAvailable: Boolean, suppressError: Boolean, - selectedDamageLocations: Array }, methods: { initializeComponent(cmsContent){ diff --git a/src/styles/common-animations.scss b/src/styles/common-animations.scss index 4106d85ad..f421cff1a 100644 --- a/src/styles/common-animations.scss +++ b/src/styles/common-animations.scss @@ -1,4 +1,4 @@ -.fade-enter-active, .fade_delay-enter-active { +.fade-enter-active { transition: opacity 0.8s ease; }