From 1a8431e962152708d9ea2390bb5482724513b440 Mon Sep 17 00:00:00 2001 From: Paola Date: Mon, 16 Aug 2021 18:37:05 -0600 Subject: [PATCH] agregacion pdf --- .../dashboard/dashboard-user/dashboard-user.component.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/app/entities/dashboard/dashboard-user/dashboard-user.component.ts b/src/main/webapp/app/entities/dashboard/dashboard-user/dashboard-user.component.ts index 8c03821..af7a330 100644 --- a/src/main/webapp/app/entities/dashboard/dashboard-user/dashboard-user.component.ts +++ b/src/main/webapp/app/entities/dashboard/dashboard-user/dashboard-user.component.ts @@ -458,6 +458,9 @@ export class DashboardUserComponent implements OnInit { doc.addPage('p'); saveGeneratedPDF(doc, _fileName); + } else { + /*REPORTES POR ENCUESTA: + * */ } } }