Skip to content

Commit

Permalink
Fix feat Watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Nov 25, 2024
1 parent be959ca commit befc1b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/web/src/components/CloudTAK/CoTView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@ watch(route, () => {
})
});
watch(feat, async () => {
watch(feat.value, async () => {
console.error('UPDATE');
await updateStyle();
await fetchType();
})
Expand Down

0 comments on commit befc1b4

Please sign in to comment.