Skip to content

Commit 45515e9

Browse files
committed
feat: Display the livelihood zones selector on the livelihood zones map.
1 parent 8527aa2 commit 45515e9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/components/widgets/LivelihoodZonesMap.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
div(class="map-overlay" style="margin-top: 60px; margin-left: 2%; width: 30%;")
55
div(class="map-overlay-inner")
66
h4 Region/Province selection
7-
// b-form-select(
8-
// v-model="selectedZone"
9-
// :disabled="disabled"
10-
// :options="optionsZone"
11-
// )
7+
b-form-select(
8+
v-model="selectedZone"
9+
:disabled="disabled"
10+
:options="optionsZone"
11+
)
1212

1313
b-form-select(
1414
v-model="selectedRegion"

0 commit comments

Comments
 (0)