0
0
Fork 0

fix: CustomerBasicData show id assigned

This commit is contained in:
Javier Segarra 2024-09-12 20:41:50 +02:00
commit a29ee42b9e
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ const title = ref();
<VnRow>
<VnSelect
url="Clients"
:where="{ id: { neq: $route.params.id } }"
:input-debounce="0"
:label="t('customer.basicData.previousClient')"
:options="clients"