0
0
Fork 0

fix more fields label when selected

This commit is contained in:
William Buezas 2024-04-26 15:41:03 -03:00
parent 4282463e51
commit ce55109dd3
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ onMounted(async () => {
<QItemSection class="col">
<VnSelect
:label="t('params.tag')"
v-model="fieldFilter.name"
:model-value="fieldFilter.selectedField"
:options="moreFields"
option-label="label"
dense