Skip to content

Commit

Permalink
[fix] 修复键值取值bug
Browse files Browse the repository at this point in the history
  • Loading branch information
linjm8780860 committed Aug 2, 2024
1 parent 7c1e1b0 commit 3428086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3428086

Please sign in to comment.