We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1411f27 commit a36291fCopy full SHA for a36291f
src/components/problem/list.vue
@@ -65,7 +65,7 @@ export default {
65
alive: true,
66
ajax_url: apiurl('/problem/list'),
67
limit: 50,
68
- showTags: false,
+ showTags: this.$store.state.tags.displayTags,
69
columns: [{
70
name: 'score',
71
label: 'Status',
0 commit comments