Skip to content

Commit

Permalink
Remove retired reset events
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Aug 8, 2024
1 parent 900b7ad commit 1de07a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions api/web/src/components/CloudTAK/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<div class='position-relative h-100 container px-0'>
<router-view
v-if='!["home", "home-menu"].includes($route.name)'
@reset='$emit("reset")'
/>
<template v-else>
<div
Expand Down Expand Up @@ -499,7 +498,6 @@ export default {
props: {
compact: Boolean
},
emits: ['resets'],
methods: {
push: function(path) {
this.$router.push(path);
Expand Down
2 changes: 0 additions & 2 deletions api/web/src/components/Connection/ConnectionGroups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ export default {
method: 'PUT',
body: this.rawChannels
});
this.$emit('reset');
},
}
}
Expand Down

0 comments on commit 1de07a7

Please sign in to comment.