Skip to content

Commit f046a81

Browse files
authored
Merge pull request #3409 from nextcloud/chore/remove-duplicate-computed
refactor: remove duplicate computed prop from Ranking
2 parents 96a1bd3 + 8e57ba1 commit f046a81

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/components/Questions/QuestionRanking.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,6 @@ export default {
255255
},
256256
257257
computed: {
258-
contentValid() {
259-
return this.answerType.validate(this)
260-
},
261-
262258
shiftDragHandle() {
263259
return !this.readOnly && this.options.length !== 0 && !this.isLastEmpty
264260
},

0 commit comments

Comments
 (0)