Remove library item listener from edit episode modal

This commit is contained in:
advplyr 2023-03-05 12:28:20 -06:00
parent 72396c5a98
commit dccad3055b
4 changed files with 21 additions and 36 deletions

View file

@ -68,8 +68,6 @@ export default {
}
},
mounted() {},
beforeDestroy() {
console.log('Before destroy')
}
beforeDestroy() {}
}
</script>