From 0095823e938e02de6be3226f80374dab4e16128a Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Fri, 10 Apr 2020 16:08:45 +0200 Subject: [PATCH] :bug: : fix the save and run on stack creation --- .../client/app/pages/stacks/stack-creation.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/client/app/pages/stacks/stack-creation.vue b/src/main/client/app/pages/stacks/stack-creation.vue index 5c0daa4f0..a456d69b6 100644 --- a/src/main/client/app/pages/stacks/stack-creation.vue +++ b/src/main/client/app/pages/stacks/stack-creation.vue @@ -80,7 +80,7 @@ v-if="props.isLastStep" :style="props.fillButtonStyle" class="wizard-footer-right finish-button ml-3" - @click.native="run" + @click.native="saveAndRun" > Save and run @@ -91,7 +91,7 @@