Small covnersion bar display fix

This commit is contained in:
RemixDev 2020-08-19 17:40:33 +02:00
parent e1a3e8b562
commit bf532ba62e
2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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)