Skip to content

Commit 5b8223a

Browse files
Guillaume Chausp1ker
Guillaume Chau
authored andcommitted
chore: remove dead code
1 parent 243a2b3 commit 5b8223a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/devtools/views/components/ComponentsTab.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ export default {
4949
'instances',
5050
'inspectedInstance',
5151
'loading'
52-
]),
53-
54-
methods: {
55-
filter (e) {
56-
bridge.send('filter-instances', e.target.value)
57-
}
58-
}
52+
])
5953
}
6054
</script>

0 commit comments

Comments
 (0)