Refactor: update shortcut name
This commit is contained in:
parent
b1d399662c
commit
e9f63edacd
1 changed files with 2 additions and 1 deletions
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue