Display TOs grouped by status
This commit is contained in:
@@ -17,6 +17,7 @@ export default {
|
||||
methods: {
|
||||
toggle: function(e) {
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
this.isVisible = !this.isVisible
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user