Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBroersma committed Dec 20, 2024
1 parent ec86882 commit 3f9ea92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ let collectionLinks = [
let collections = await useCollections({ collectionLinks })
console.log(collections.value, collectionLinks)
let polygons = ref([])
let selectedCollections = ref<string[]>([])
Expand Down Expand Up @@ -215,13 +217,11 @@ function formatArea(polygons: any) {
@click="setDrawMode('draw_polygon')"
class="mt-3"
>
<template v-if="drawMode === 'draw_polygon'">
<!-- <template v-if="drawMode === 'draw_polygon'">
<Loader class="size-4 animate-spin mr-1.5" /> Waiting for
drawing&hellip;
</template>
<template v-else>
<Route class="size-4 mr-1.5" /> Draw Polygon
</template>
</template> -->
<Route class="size-4 mr-1.5" /> Draw Polygon
</v-btn>
</div>

Expand Down

0 comments on commit 3f9ea92

Please sign in to comment.