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 afb4af8 commit b0f1559Copy full SHA for b0f1559
src/components/problem/list.vue
@@ -45,7 +45,14 @@
45
<el-divider />
46
<el-checkbox v-model="showTags"> Show Tags</el-checkbox>
47
48
- <el-button type="info" style="width: 100%" @click="$store.state.createProblem.displayCreateProblem = true" plain>Create New Problem</el-button>
+ <el-button
49
+ type="info"
50
+ style="width: 100%"
51
+ @click="$store.state.createProblem.displayCreateProblem = true;"
52
+ plain
53
+ >
54
+ Create New Problem
55
+ </el-button>
56
</el-card>
57
</el-col>
58
</el-row>
0 commit comments