Update AppConfigurator.vue

pull/6687/head
Cagatay Civici 2024-10-30 14:38:57 +03:00
parent 77ac3c6578
commit f11a8be82f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</div>
</div>
<div class="config-panel-settings">
<span class="config-panel-label">Presets</span>
<span class="config-panel-label">Theme</span>
<SelectButton v-model="$appState.preset" @update:modelValue="onPresetChange" :options="presetOptions" optionLabel="label" optionValue="value" :allowEmpty="false" size="small" />
</div>
<div class="flex">