From cd43cdd29b46ff23eb378b536cae466fa3ade7c7 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Mon, 4 Apr 2022 12:14:05 +0200 Subject: [PATCH] Revert "Update admin-wizards-wizard-show.hbs" This reverts commit 13f5aeda983ece2c21f7af6881e1cd0a80049bc2. --- .../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 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