cambio de nombre de variable

This commit is contained in:
Mariela Bonilla 2021-08-15 16:17:39 -06:00
parent d4d77e92dd
commit 18c0e40fc8
2 changed files with 3 additions and 2 deletions

View File

@ -367,7 +367,7 @@
<!--REPORTES DE LAS PREGUNTAS DE LA COLABORACION-->
<div class="container-fluid" *ngIf="encuesta" [hidden]="reportColaboracionPreguntas">
<div class="container-fluid" *ngIf="colaboracion" [hidden]="reportColaboracionPreguntas">
<div>
<div
class="ds-survey"

View File

@ -49,6 +49,7 @@ export class DashboardUserComponent implements OnInit {
usuarioExtra: UsuarioExtra | null = null;
account: Account | null = null;
encuesta: IEncuesta | null = null;
colaboracion: IEncuesta | null = null;
preguntaId?: number = 0;
usuarioEncuestas?: IUsuarioEncuesta[];
colaboraciones?: IEncuesta[];
@ -290,7 +291,7 @@ export class DashboardUserComponent implements OnInit {
this.reportColaboracionPreguntas = false;
}
this.encuesta = encuesta;
this.colaboracion = encuesta;
debugger;
this.isLoading = true;
this.encuestaService