flows: add shortcut to redirect current flow (#3192)

This commit is contained in:
Jens L
2022-07-01 23:19:41 +02:00
committed by GitHub
parent 1c64616ebd
commit 5e3f44dd87
8 changed files with 61 additions and 8 deletions

View File

@ -102,7 +102,11 @@ module.exports = {
items: [
"flow/layouts",
"flow/inspector",
"flow/examples",
{
type: "category",
label: "Examples",
items: ["flow/examples/flows", "flow/examples/snippets"],
},
{
type: "category",
label: "Executors",