mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
Co-authored-by: Miloš Paunović <paun992@hotmail.com>
This commit is contained in:
@@ -190,6 +190,8 @@
|
||||
},
|
||||
onSubmit(formRef) {
|
||||
if (formRef && this.flowCanBeExecuted) {
|
||||
this.checks = [];
|
||||
this.executeClicked = false;
|
||||
formRef.validate((valid) => {
|
||||
if (!valid) {
|
||||
return false;
|
||||
@@ -223,6 +225,7 @@
|
||||
nextStep: true,
|
||||
});
|
||||
}
|
||||
this.executeClicked = true;
|
||||
this.$emit("executionTrigger");
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user