fix typo + change component position

This commit is contained in:
Mathieu Jaumotte 2021-06-30 18:44:38 +02:00
parent 2fe1605385
commit 52288f7260
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
<h1 v-if="accompanyingCourse.step === 'DRAFT'">{{ $t('course.title.draft') }}</h1>
<h1 v-else>{{ $t('course.title.active') }}</h1>
<origin-demand></origin-demand>
<persons-associated></persons-associated>
<origin-demand></origin-demand>
<requestor></requestor>
<social-issue></social-issue>
<referrer></referrer>

View File

@ -1,6 +1,6 @@
<template>
<div class="vue-component">
<h2><a name="section-05"></a>{{ $t('origin.title') }}</h2>
<h2><a name="section-15"></a>{{ $t('origin.title') }}</h2>
<div class="my-4">
<label for="selectOrigin">
@ -10,7 +10,7 @@
<VueMultiselect
name="selectOrigin"
label="text"
vbind:custom-label="transText"
v-bind:custom-label="transText"
track-by="id"
v-bind:multiple="false"
v-bind:searchable="true"