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; }