diff --git a/assets/javascripts/discourse/templates/admin-wizards-wizard-show.hbs b/assets/javascripts/discourse/templates/admin-wizards-wizard-show.hbs index 7fdeb20c..c5ed70a7 100644 --- a/assets/javascripts/discourse/templates/admin-wizards-wizard-show.hbs +++ b/assets/javascripts/discourse/templates/admin-wizards-wizard-show.hbs @@ -185,9 +185,9 @@ items=wizard.actions generateLabels=true}} - {{#each wizard.actions as |wizardAction|}} + {{#each wizard.actions as |action|}} {{wizard-custom-action - action=wizardAction + action=action currentActionId=currentAction.id wizard=wizard apis=apis