Skip to content

Commit cd43cdd

Browse files
committed
Revert "Update admin-wizards-wizard-show.hbs"
This reverts commit 13f5aed.
1 parent 61ad74e commit cd43cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/javascripts/discourse/templates/admin-wizards-wizard-show.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@
185185
items=wizard.actions
186186
generateLabels=true}}
187187

188-
{{#each wizard.actions as |wizardAction|}}
188+
{{#each wizard.actions as |action|}}
189189
{{wizard-custom-action
190-
action=wizardAction
190+
action=action
191191
currentActionId=currentAction.id
192192
wizard=wizard
193193
apis=apis

0 commit comments

Comments
 (0)