From 611d9618be298487bbbbfa54a513e32aa609fc82 Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 17 Nov 2022 16:52:07 +0100 Subject: [PATCH] fix(orientation): revert merge conflict from 05867d0e76ca2d4508516b96699163bc31aa8bee --- .../multi-radio-form/multi-radio-form.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/form/orientation-form-view/global-components/multi-radio-form/multi-radio-form.component.html b/src/app/form/orientation-form-view/global-components/multi-radio-form/multi-radio-form.component.html index bd152d4ca..3841f8c6c 100644 --- a/src/app/form/orientation-form-view/global-components/multi-radio-form/multi-radio-form.component.html +++ b/src/app/form/orientation-form-view/global-components/multi-radio-form/multi-radio-form.component.html @@ -1,6 +1,6 @@ <div [fxLayout]="'column'" [fxLayoutGap]="'8px'" fxLayoutAlign="center left" class="radiocard"> <button - *ngFor="let item of items" + *ngFor="let item of items; let index = index" (click)="selectItem(item.key)" [ngClass]="{ selected: selectedItem == item.key, smallWidth: smallWidth }" > -- GitLab