Small covnersion bar display fix
This commit is contained in:
parent
e1a3e8b562
commit
bf532ba62e
File diff suppressed because one or more lines are too long
@ -368,6 +368,7 @@ export default {
|
||||
.addClass('converting')
|
||||
.removeClass('indeterminate')
|
||||
.addClass('determinate')
|
||||
.css('width', '100%')
|
||||
},
|
||||
showErrorsTab(clickEvent) {
|
||||
this.$root.$emit('showTabErrors', clickEvent.data.item, clickEvent.target)
|
||||
|
Loading…
Reference in New Issue
Block a user