[web] Fix dialog not closing

This commit is contained in:
Alain Nussbaumer 2025-02-19 21:19:03 +01:00
parent b460be8873
commit 0c9a803b53

View File

@ -48,6 +48,7 @@ export default {
}) })
}, },
open_tracks() { open_tracks() {
this.$emit('close')
this.$router.push({ this.$router.push({
name: 'music-composer-tracks', name: 'music-composer-tracks',
params: { name: this.item.name } params: { name: this.item.name }