diff --git a/js/showcases.js b/js/showcases.js index 089f1a27..fb7df04e 100644 --- a/js/showcases.js +++ b/js/showcases.js @@ -143,7 +143,7 @@ class FloatingButton { mapHtmls(item, key) { if (typeof item === 'string') { return $el("li", { - textContent: item, + textContent: key, onclick: async () => await this.get_workflow_graph(item) }); } else {