From 15b72155c5fe9799f488a1c2c2807ccf426c6774 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Wed, 30 Mar 2022 11:01:36 +0200 Subject: [PATCH] Update admin-wizards-wizard-show.hbs --- .../discourse/templates/admin-wizards-wizard-show.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/javascripts/discourse/templates/admin-wizards-wizard-show.hbs b/assets/javascripts/discourse/templates/admin-wizards-wizard-show.hbs index 8dfb4aac..e10fd91d 100644 --- a/assets/javascripts/discourse/templates/admin-wizards-wizard-show.hbs +++ b/assets/javascripts/discourse/templates/admin-wizards-wizard-show.hbs @@ -170,9 +170,9 @@ items=wizard.actions generateLabels=true}} - {{#each wizard.actions as |action|}} + {{#each wizard.actions as |wizardAction|}} {{wizard-custom-action - action=action + action=wizardAction currentActionId=currentAction.id wizard=wizard apis=apis