Fix small bug when changing plot config

This commit is contained in:
Matthias 2024-03-07 06:22:57 +01:00
parent 913f4d9334
commit 8068de9fd0

View File

@ -14,7 +14,7 @@
v-model="plotStore.plotConfigName"
:options="plotStore.availablePlotConfigNames"
size="sm"
@change="plotStore.plotConfigChanged"
@update:model-value="plotStore.plotConfigChanged"
>
</b-form-select>
</EditValue>