forked from trent_larson/crowd-funder-for-time-pwa
fix location checkbox so that we can uncheck it
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
type="checkbox"
|
type="checkbox"
|
||||||
class="mr-2"
|
class="mr-2"
|
||||||
v-model="includeLocation"
|
v-model="includeLocation"
|
||||||
@change="includeLocation = true"
|
@click="includeLocation = !includeLocation"
|
||||||
/>
|
/>
|
||||||
<label for="includeLocation">Include Location</label>
|
<label for="includeLocation">Include Location</label>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user