Removing unneeded attributes

This commit is contained in:
Max 2022-03-04 10:31:07 -05:00
parent 5c54a46964
commit 408dc10658
2 changed files with 1 additions and 2 deletions

View file

@ -46,7 +46,6 @@ export default ({
groupName: String,
isAvailable: Boolean,
suppressError: Boolean,
selectedDamageLocations: Array
},
methods: {
initializeComponent(cmsContent){

View file

@ -1,4 +1,4 @@
.fade-enter-active, .fade_delay-enter-active {
.fade-enter-active {
transition: opacity 0.8s ease;
}