Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
fix private access of v (change to view)
Browse files Browse the repository at this point in the history
Signed-off-by: Wayne Witzel III <wayne@riotousliving.com>
  • Loading branch information
wwitzel3 committed Jul 30, 2020
1 parent 9543467 commit d9a7f5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
>
<div
class="step-item"
*ngFor="let step of v?.config.steps; index as i; trackBy: trackByFn"
*ngFor="let step of view?.config.steps; index as i; trackBy: trackByFn"
>
<clr-stepper-panel [formGroupName]="step.name">
<clr-step-title>{{ step.title }}</clr-step-title>
Expand Down

0 comments on commit d9a7f5f

Please sign in to comment.