Browse Source

fix location checkbox so that we can uncheck it

searching
Trent Larson 10 months ago
parent
commit
7e819ea4de
  1. 2
      src/views/NewEditProjectView.vue

2
src/views/NewEditProjectView.vue

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

Loading…
Cancel
Save