fix update encuesta

This commit is contained in:
Mariela Bonilla 2021-07-25 23:42:12 -06:00
parent b42ea0ad5a
commit 54f4e2877c
2 changed files with 0 additions and 2 deletions

View File

@ -40,7 +40,6 @@
<ng-container *ngIf="encuesta!.estado === 'ACTIVE'">
<button type="button" class="ds-btn ds-btn--danger" (click)="finishSurvey()">Finalizar encuesta</button>
</ng-container>
-->
</div>
</h2>

View File

@ -102,7 +102,6 @@ export class EncuestaUpdateComponent implements OnInit, AfterViewChecked {
protected modalService: NgbModal,
protected ePreguntaCerradaService: EPreguntaCerradaService,
protected ePreguntaCerradaOpcionService: EPreguntaCerradaOpcionService,
protected ePreguntaAbiertaService: EPreguntaAbiertaService,
protected parametroAplicacionService: ParametroAplicacionService,
protected ePreguntaAbiertaService: EPreguntaAbiertaService,
protected router: Router