diff --git a/client/app/src/pages/whistleblower/whistleblower-submission.service.ts b/client/app/src/pages/whistleblower/whistleblower-submission.service.ts index 5ee9650a88..b4b5add8cd 100644 --- a/client/app/src/pages/whistleblower/whistleblower-submission.service.ts +++ b/client/app/src/pages/whistleblower/whistleblower-submission.service.ts @@ -40,6 +40,8 @@ export class WhistleblowerSubmissionService { return; } + scope.fieldUtilitiesService.onAnswersUpdate(scope); + if (!scope.runValidation()) { scope.utilsService.scrollToTop(); return;