Fix import recordID mapping on UI
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user