diff --git a/src/components/Questions/QuestionRanking.vue b/src/components/Questions/QuestionRanking.vue index 8e0307f96..d5687f145 100644 --- a/src/components/Questions/QuestionRanking.vue +++ b/src/components/Questions/QuestionRanking.vue @@ -255,10 +255,6 @@ export default { }, computed: { - contentValid() { - return this.answerType.validate(this) - }, - shiftDragHandle() { return !this.readOnly && this.options.length !== 0 && !this.isLastEmpty },