|
|
@@ -137,7 +137,15 @@
|
|
|
use-input
|
|
|
:error-message="validationErrors.municipality_size_id"
|
|
|
:options="municipalitySizeOptions"
|
|
|
- />
|
|
|
+ >
|
|
|
+ <template #no-option>
|
|
|
+ <q-item>
|
|
|
+ <q-item-section class="text-grey">
|
|
|
+ {{ $t("http.errors.no_records_found") }}
|
|
|
+ </q-item-section>
|
|
|
+ </q-item>
|
|
|
+ </template>
|
|
|
+ </DefaultSelect>
|
|
|
|
|
|
<DefaultInput
|
|
|
v-model="form.tax_base_royalts"
|