Skip to content

Commit

Permalink
chore(types): use correct types for useNodeConnections closes #649
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Jan 21, 2025
1 parent 7ce286a commit 0843598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const signature: PropsTableProps = {
},
{ name: 'handleId?', type: 'string', description: 'ID of the handle' },
{
name: 'nodeId?',
name: 'id?',
type: 'string',
description:
'ID of the node, filled in automatically if used inside custom node',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const signature: PropsTableProps = {
},
{ name: 'handleId?', type: 'string', description: 'ID of the handle' },
{
name: 'nodeId?',
name: 'id?',
type: 'string',
description:
'ID of the node, filled in automatically if used inside custom node',
Expand Down

0 comments on commit 0843598

Please sign in to comment.