aboutsummaryrefslogtreecommitdiffstats
path: root/ui/src/components/runbooks
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/runbooks')
-rw-r--r--ui/src/components/runbooks/editor/Editor.tsx4
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",
+ },
],
});