Skip to content

Commit

Permalink
fix: element ref doesn't work on ng-for wizard.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Sep 22, 2024
1 parent 66a3379 commit 0498c36
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<div class="pl-5 pt-24 flex flex-1 flex-col justify-between">
<div
#wizardFields
class="flex-1 flex"
*ngFor="let config of configuration; let i = index"
>
<div class="pl-5 pt-24 flex flex-1 flex-col justify-between" #wizardFields>
<div class="flex-1 flex" *ngFor="let config of configuration; let i = index">
<gn-ui-wizard-field [wizardFieldConfig]="config"></gn-ui-wizard-field>
</div>
</div>
Expand Down

0 comments on commit 0498c36

Please sign in to comment.