mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 10:50:35 +08:00
Refactor: update shortcut name
This commit is contained in:
@ -614,7 +614,8 @@ export default function NodeToolbarComponent({
|
||||
>
|
||||
<ToolbarSelectItem
|
||||
shortcut={
|
||||
shortcuts.find((obj) => obj.name === "Share")?.shortcut!
|
||||
shortcuts.find((obj) => obj.name === "Component Share")
|
||||
?.shortcut!
|
||||
}
|
||||
value={"Share"}
|
||||
icon={"Share3"}
|
||||
|
||||
Reference in New Issue
Block a user