This column is tags not priority

This commit is contained in:
Kylart 2018-03-21 03:21:33 +01:00
parent a5bf42ed95
commit b3d78b1780
1 changed files with 3 additions and 3 deletions

View File

@ -98,10 +98,10 @@
sortable: true,
value: 'status'
}, {
text: 'Priority',
text: 'Tags',
align: 'center',
sortable: true,
value: 'priorityNum'
sortable: false,
value: 'tags'
}
]
}