@openmrs/ngx-formentry 3.0.1-pre.146 → 3.0.1-pre.147
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13506,8 +13506,6 @@
|
|
|
13506
13506
|
return this.toTextQuestion(schema);
|
|
13507
13507
|
case 'textarea':
|
|
13508
13508
|
return this.toTextAreaQuestion(schema);
|
|
13509
|
-
case 'textarea':
|
|
13510
|
-
return this.toTextAreaQuestion(schema);
|
|
13511
13509
|
case 'select-concept-answers':
|
|
13512
13510
|
return this.toConceptAnswerSelect(schema);
|
|
13513
13511
|
case 'encounterLocation':
|