Skip to content

Commit 52ac751

Browse files
committed
Added redirect to eforms
1 parent ffe0b8e commit 52ac751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/src/app/modules/eforms/eform-report/components/eform-report-page/eform-report-page.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class EformReportPageComponent implements OnInit {
4242
this.spinnerStatus = true;
4343
this.eformReportService.updateSingle(this.fullReportModel).subscribe((data) => {
4444
if (data && data.success) {
45-
45+
this.router.navigate(['/']).then();
4646
} this.spinnerStatus = false;
4747
});
4848
}

0 commit comments

Comments
 (0)