Add a button to the modal to switch back to the sidebar view

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2020-06-26 10:34:03 +02:00
committed by Julius Härtl
parent e9a6c585b9
commit 71a35a9cf8
2 changed files with 13 additions and 2 deletions

View File

@@ -93,7 +93,6 @@ export default {
},
methods: {
hideModal() {
// this.$store.dispatch('setCardDetailsInModal', false)
this.$router.push({ name: 'board' })
},
},