Fix import recordID mapping on UI

This commit is contained in:
Jože Fortun
2024-08-22 12:01:08 +02:00
parent 3ec2b00b66
commit 65b8def8fe
6 changed files with 131 additions and 72 deletions
@@ -12,6 +12,7 @@
<strong
:class="textVariant"
class="d-flex align-items-center justify-content-center position-absolute mb-0 w-100"
:style="textStyle"
>
{{ progressLabel }}
</strong>
@@ -67,6 +68,11 @@ export default {
type: Array,
default: () => [],
},
textStyle: {
type: String,
default: '',
},
},
computed: {