[web] Remove unused variables

This commit is contained in:
Alain Nussbaumer
2023-12-07 21:34:07 +01:00
parent d0cd0c4bc7
commit 545f6c36c9
2 changed files with 0 additions and 2 deletions

View File

@@ -106,7 +106,6 @@ export default {
},
open_tracks() {
this.show_details_modal = false
this.$router.push({
name: 'music-composer-tracks',
params: { name: this.composer.name }