Skip to content

Commit 794c0e6

Browse files
authored
Merge pull request #82 from segment-oj/fix-tag-loading-fisher
fix showtag button
2 parents e378add + d02fa75 commit 794c0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/problem/list.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565
alive: true,
6666
ajax_url: apiurl('/problem/list'),
6767
limit: 50,
68-
showTags: false,
68+
showTags: this.$store.state.tags.displayTags,
6969
columns: [{
7070
name: 'score',
7171
label: 'Status',

0 commit comments

Comments
 (0)