Skip to content

Commit

Permalink
[web] Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hacketiwack committed Dec 7, 2023
1 parent d0cd0c4 commit 545f6c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web-src/src/components/ModalDialogComposer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
1 change: 0 additions & 1 deletion web-src/src/pages/PageMusic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export default {
recently_added: [],
recently_played: { items: [] },
selected_track: {},
show_track_details_modal: false
}
}
}
Expand Down

0 comments on commit 545f6c3

Please sign in to comment.