You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of checking if a node type exists, check if the node ROLE is present in the parameter node. If it is not then save an empty node of that type to the parameter node
[ ] On line 125 in onConnectButton Clicked:
I should instead check if ROLE: connector is saved to the parameter node. If there is nothing with that role then I know to create one and save the ID to the parameter node.
The text was updated successfully, but these errors were encountered:
Instead of checking if a node type exists, check if the node ROLE is present in the parameter node. If it is not then save an empty node of that type to the parameter node
[ ] On line 125 in onConnectButton Clicked:
I should instead check if ROLE: connector is saved to the parameter node. If there is nothing with that role then I know to create one and save the ID to the parameter node.
The text was updated successfully, but these errors were encountered: