@rangertechnologies/ngnxt 2.1.44 → 2.1.45
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.
- package/esm2022/lib/pages/questionnaire/questionnaire.component.mjs +2 -1
- package/fesm2022/rangertechnologies-ngnxt.mjs +1 -0
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.1.45.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.44.tgz +0 -0
|
@@ -3098,6 +3098,7 @@ class QuestionnaireComponent {
|
|
|
3098
3098
|
}
|
|
3099
3099
|
else if (this.abItem?.Status__c == "Completed") {
|
|
3100
3100
|
this.handleEvent.emit("Summaryupdated");
|
|
3101
|
+
this.spinner.hide(this.spinnerName);
|
|
3101
3102
|
// Temporary Fix for duplicate answers on the summary.
|
|
3102
3103
|
this.summary = [];
|
|
3103
3104
|
this.percent = 100;
|