diff options
Diffstat (limited to 'ui/src/components/runbooks/editor')
| -rw-r--r-- | ui/src/components/runbooks/editor/Editor.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/src/components/runbooks/editor/Editor.tsx b/ui/src/components/runbooks/editor/Editor.tsx index 81ea84cf..3f05d9f3 100644 --- a/ui/src/components/runbooks/editor/Editor.tsx +++ b/ui/src/components/runbooks/editor/Editor.tsx @@ -60,6 +60,10 @@ export default function Editor() { content: "Atuin runbooks", id: "foo", }, + { + type: "run", + id: "bar", + }, ], }); |
