fix location checkbox so that we can uncheck it

This commit is contained in:
2023-11-20 19:23:22 -07:00
parent 5670f23bf3
commit 7e819ea4de

View File

@@ -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>