fix: only allow zones with the same currency to be selected

This commit is contained in:
Vlad Stan 2023-03-02 10:28:10 +02:00
parent 5972c44ad1
commit 16a6104b25
3 changed files with 24 additions and 7 deletions

View file

@ -112,6 +112,14 @@
v-model.trim="stallDialog.data.name"
label="Name"
></q-input>
<q-input
filled
dense
v-model.trim="stallDialog.data.description"
type="textarea"
rows="3"
label="Description"
></q-input>
<q-select
filled
dense
@ -130,7 +138,7 @@
:options="currencies"
></q-select>
<q-select
:options="zoneOptions"
:options="filteredZoneOptions"
filled
dense
multiple