flows: add shortcut to redirect current flow (#3192)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user