bugfix of double civility abbreviation after edit

This commit is contained in:
2022-01-24 14:44:53 +01:00
parent 145c1d59e9
commit 433ccb1fc4
4 changed files with 5 additions and 4 deletions

View File

@@ -84,7 +84,7 @@
</div>
<div class="form-floating mb-3">
<input class="form-control form-control-lg" id="name" v-model="thirdparty.text" v-bind:placeholder="$t('thirdparty.name')" />
<input class="form-control form-control-lg" id="name" v-model="thirdparty.name" v-bind:placeholder="$t('thirdparty.name')" />
<label for="name">{{ $t('thirdparty.name') }}</label>
</div>