refactor: no requsest

This commit is contained in:
Thanaphon Frappet 2024-09-27 13:52:00 +07:00
parent 2c6441945a
commit e4f1cf747b

View file

@ -136,7 +136,6 @@ watch(
:label="$t('customer.form.employerName')"
for="input-legal-person-no"
v-model="customerName"
:rules="[(val: string) => !!val || $t('form.error.required')]"
/>
<q-input