From e8ac4f7ca8ae547f8137d5e2d611082b31728dbb Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Mon, 14 Jan 2019 13:13:37 +1100 Subject: [PATCH] bugfix --- assets/javascripts/wizard/templates/custom.step.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/wizard/templates/custom.step.hbs b/assets/javascripts/wizard/templates/custom.step.hbs index 50c73752..1264618f 100644 --- a/assets/javascripts/wizard/templates/custom.step.hbs +++ b/assets/javascripts/wizard/templates/custom.step.hbs @@ -4,6 +4,6 @@ {{wizard-step step=step wizard=wizard goNext="goNext" - goBack="goBack" + goBack=(action "goBack") finished="finished" showMessage="showMessage"}}