Add KYC profile integration and SupplierInfoBlock component
Some checks failed
Build Docker Image / build (push) Failing after 2m51s
Some checks failed
Build Docker Image / build (push) Failing after 2m51s
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
</Text>
|
||||
</div>
|
||||
|
||||
<!-- Supplier info -->
|
||||
<SupplierInfoBlock v-if="kycProfileUuid" :kyc-profile-uuid="kycProfileUuid" class="mb-3" />
|
||||
|
||||
<!-- Route stepper -->
|
||||
<RouteStepper
|
||||
v-if="stages.length > 0"
|
||||
@@ -33,6 +36,7 @@ const props = withDefaults(defineProps<{
|
||||
stages?: RouteStage[]
|
||||
startName?: string
|
||||
endName?: string
|
||||
kycProfileUuid?: string | null
|
||||
}>(), {
|
||||
stages: () => []
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user