From f344490a1dc54da513433904029c036d017baa4c Mon Sep 17 00:00:00 2001 From: Augustin Leconte <ext.sopra.aleconte@grandlyon.com> Date: Mon, 21 Feb 2022 16:47:51 +0100 Subject: [PATCH] fix(footer-form): change footer button gestion --- src/app/form/footer-form/footer-form.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/form/footer-form/footer-form.component.html b/src/app/form/footer-form/footer-form.component.html index 71e448b1d..3ced43e02 100644 --- a/src/app/form/footer-form/footer-form.component.html +++ b/src/app/form/footer-form/footer-form.component.html @@ -30,7 +30,7 @@ </svg> {{ btnName[1] }} </div> - <div *ngIf="btnName[1] == 'Suivant'" class="rowBtn" fxLayout="row" fxLayoutAlign="center center"> + <div *ngIf="btnName[1] != 'Imprimer'" class="rowBtn" fxLayout="row" fxLayoutAlign="center center"> {{ btnName[1] }} <svg class="chevronRight" aria-hidden="true"> <use [attr.xlink:href]="'assets/form/sprite.svg#chevronRight'"></use> -- GitLab