Skip to content

Commit

Permalink
Merge pull request #1428 from RADAR-base/release-2.4.0-alpha
Browse files Browse the repository at this point in the history
Release 2.4.0-alpha
  • Loading branch information
mpgxvii authored Feb 22, 2022
2 parents 866634b + cefd151 commit 914f60e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/core/services/config/questionnaire.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,14 @@ export class QuestionnaireService {
return this.storage
.get(this.QUESTIONNAIRE_STORE.CONIFG_ON_DEMAND_ASSESSMENTS)
.then(assessments => assessments.length > 0)
.catch(() => false)
}

getHasClinicalAssessments() {
return this.storage
.get(this.QUESTIONNAIRE_STORE.CONFIG_CLINICAL_ASSESSMENTS)
.then(assessments => assessments.length > 0)
.catch(() => false)
}

reset() {
Expand Down

0 comments on commit 914f60e

Please sign in to comment.