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 b84cb20 commit efc6e14Copy full SHA for efc6e14
frontend/src/app/questions/questions.component.ts
@@ -111,6 +111,7 @@ export class QuestionsComponent implements OnInit {
111
if (
112
!this.question.title?.trim() ||
113
!this.question.topics ||
114
+ this.question.topics?.length == 0 ||
115
!this.question.difficulty?.trim() ||
116
!this.question.description?.trim()
117
) {
0 commit comments