AddPersons: fix regression bug when editing a person/thirdparty without query

This commit is contained in:
nobohan
2022-02-14 14:13:06 +01:00
parent 229a91ddf0
commit a7a1f699bb
2 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@
<input class="form-control form-control-lg" id="name" v-model="thirdparty.text" v-bind:placeholder="$t('thirdparty.name')" />
<label for="name">{{ $t('thirdparty.name') }}</label>
</div>
<div v-if="query.length > 0">
<div v-if="query">
<ul class="list-suggest add-items inline">
<li @click="addQuery(query)">
<span class="person-text">{{ query }}</span>