数据绑定错误修改

This commit is contained in:
mozhu 2024-01-04 15:00:40 +08:00
parent 56eff7a236
commit 1be34564f2

View File

@ -136,7 +136,7 @@
</div> </div>
<div class="py-2"> <div class="py-2">
<ui-dropdown :label="$strings.LabelPodcastSearchRegion" v-model="newServerSettings.language" :items="$podcastSearchRegionOptions" small class="max-w-52" @input="(val) => updateSettingsKey('podcastSearchRegion', val)" /> <ui-dropdown :label="$strings.LabelPodcastSearchRegion" v-model="newServerSettings.podcastSearchRegion" :items="$podcastSearchRegionOptions" small class="max-w-52" @input="(val) => updateSettingsKey('podcastSearchRegion', val)" />
</div> </div>
<!-- old experimental features --> <!-- old experimental features -->