réinitialize suggested, avoiding double with selected (wip)

This commit is contained in:
2021-05-05 20:45:17 +02:00
parent 088e522292
commit 9e1c151402
2 changed files with 34 additions and 12 deletions

View File

@@ -45,7 +45,7 @@
v-bind:key="item.id">
</person-suggestion>
<button v-if="query.length >= 3" class="sc-button bt-create ml-5 mt-2" name="createPerson">
Ajouter "{{ query }}"
{{ $t('action.create') }} "{{ query }}"
</button>
</div>
</template>