Skip to content

Commit

Permalink
surveys: smoother loading (fixes #7877) (#7903)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
RheuX and dogi authored Dec 6, 2024
1 parent af73fc9 commit 7298f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.15.84",
"version": "0.15.85",
"myplanet": {
"latest": "v0.21.29",
"min": "v0.20.29"
Expand Down
1 change: 1 addition & 0 deletions src/app/exams/exams-view.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ export class ExamsViewComponent implements OnInit, OnDestroy {
}
this.isNewQuestion = false;
this.isComplete = this.unansweredQuestions && this.unansweredQuestions.every(number => this.questionNum === number);
this.isLoading = false;
});
}

Expand Down

0 comments on commit 7298f8b

Please sign in to comment.