Skip to content

Commit

Permalink
fix: add new line for create flow example
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Nov 7, 2024
1 parent 5f66e97 commit 36fa4ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/flows/FlowCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36fa4ee

Please sign in to comment.