Cleanup frontend code

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-08-20 11:47:35 +02:00
parent b199442b16
commit 06078c85ee
7 changed files with 7 additions and 31 deletions

View File

@@ -90,7 +90,7 @@ const FILTER_ASSIGNED = 'assigned'
const SUPPORTED_FILTERS = [
FILTER_ASSIGNED,
FILTER_DUE
FILTER_DUE,
]
export default {
@@ -105,7 +105,7 @@ export default {
default: '',
},
},
data: function() {
data() {
return {
loading: true,
}