Removing unneeded attributes
This commit is contained in:
parent
5c54a46964
commit
408dc10658
2 changed files with 1 additions and 2 deletions
|
|
@ -46,7 +46,6 @@ export default ({
|
|||
groupName: String,
|
||||
isAvailable: Boolean,
|
||||
suppressError: Boolean,
|
||||
selectedDamageLocations: Array
|
||||
},
|
||||
methods: {
|
||||
initializeComponent(cmsContent){
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.fade-enter-active, .fade_delay-enter-active {
|
||||
.fade-enter-active {
|
||||
transition: opacity 0.8s ease;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue