requestor import fix alias

This commit is contained in:
Julie Lenaerts 2021-08-19 16:50:08 +02:00
parent 5dc92ed5bd
commit 3602b0d097

View File

@ -11,7 +11,7 @@
</label>
<!-- <div class="flex-bloc row row-cols-1 g-0"> -->
<third-party-renderbox v-if="accompanyingCourse.requestor.type == 'thirdparty'"
<third-party-render-box v-if="accompanyingCourse.requestor.type == 'thirdparty'"
:thirdparty="accompanyingCourse.requestor"
:options="{
addLink: false,
@ -19,7 +19,7 @@
addEntity: true,
addInfo: true
}"
></third-party-renderbox>
></third-party-render-box>
<person-render-box v-else-if="accompanyingCourse.requestor.type == 'person'"
:person="accompanyingCourse.requestor"
:options="{
@ -109,7 +109,7 @@
import AddPersons from 'ChillPersonAssets/vuejs/_components/AddPersons.vue';
import OnTheFly from 'ChillMainAssets/vuejs/_components/OnTheFly.vue';
import PersonRenderBox from '../../_components/Entity/PersonRenderBox.vue';
import ThirdPartyRenderbox from '../../../../../../ChillThirdPartyBundle/Resources/public/vuejs/_components/ThirdPartyRenderbox.vue';
import ThirdPartyRenderBox from 'ChillThirdPartyAssets/vuejs/_components/Entity/ThirdPartyRenderBox.vue';
export default {
name: 'Requestor',
@ -117,7 +117,7 @@ export default {
AddPersons,
OnTheFly,
PersonRenderBox,
ThirdPartyRenderbox,
ThirdPartyRenderBox,
},
data() {
return {