Skip to content

Commit

Permalink
MultipleSelect needs to use properties.id
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Aug 8, 2024
1 parent 6b04bc9 commit f62f287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/web/src/components/CloudTAK/util/MultipleSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
v-for='feat in select.feats'
:key='feat.properties.id'
class='rounded col-12 d-flex align-items-center cursor-pointer hover-light'
@click='$emit("cot", feat.id)'
@click='$emit("cot", feat.properties.id)'
>
<span class='ms-2'>
<IconPoint
Expand Down

0 comments on commit f62f287

Please sign in to comment.