We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8527aa2 commit 45515e9Copy full SHA for 45515e9
1 file changed
src/components/widgets/LivelihoodZonesMap.vue
@@ -4,11 +4,11 @@
4
div(class="map-overlay" style="margin-top: 60px; margin-left: 2%; width: 30%;")
5
div(class="map-overlay-inner")
6
h4 Region/Province selection
7
- // b-form-select(
8
- // v-model="selectedZone"
9
- // :disabled="disabled"
10
- // :options="optionsZone"
11
- // )
+ b-form-select(
+ v-model="selectedZone"
+ :disabled="disabled"
+ :options="optionsZone"
+ )
12
13
b-form-select(
14
v-model="selectedRegion"
0 commit comments