Refactor: update shortcut name

This commit is contained in:
igorrCarvalho 2024-06-10 20:41:10 -03:00
commit e9f63edacd

View file

@ -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"}