forked from jsnbuchanan/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"
|
||||
class="mr-2"
|
||||
v-model="includeLocation"
|
||||
@change="includeLocation = true"
|
||||
@click="includeLocation = !includeLocation"
|
||||
/>
|
||||
<label for="includeLocation">Include Location</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user