From 36fa4eed1c8314856f6ca417783026c6db6ecf73 Mon Sep 17 00:00:00 2001 From: Will Russell Date: Thu, 7 Nov 2024 17:10:49 +0000 Subject: [PATCH] fix: add new line for create flow example --- ui/src/components/flows/FlowCreate.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/components/flows/FlowCreate.vue b/ui/src/components/flows/FlowCreate.vue index ef9efc0dc4..3a37413e53 100644 --- a/ui/src/components/flows/FlowCreate.vue +++ b/ui/src/components/flows/FlowCreate.vue @@ -65,6 +65,7 @@ const selectedNamespace = this.$route.query.namespace || "company.team"; this.source = `id: myflow namespace: ${selectedNamespace} + tasks: - id: hello type: io.kestra.plugin.core.log.Log