Skip to content

Commit

Permalink
Fix default check mark
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 10, 2024
1 parent 66b41fd commit 702f4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/web/src/components/util/EsriServer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
/>
<div class='ms-auto btn-list'>
<IconCheck
v-if='layer && layer.id === lyr.id'
v-if='layer && Number(layer.id) === lyr.id'
:size='32'
:stroke='1'
/>
Expand Down

0 comments on commit 702f4f7

Please sign in to comment.