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
It is difficult to find a specific object to add as a linked object to a different object. Adding RQL will provide users a way to query for a specific object. The functionality is already there for the DataTab, but needs to be added to ObjectInput.tsx (as shown in the screenshot).
The solution
Instead of rendering a Inside of ObjectInput.tsx, rendering a instead will include a RQL input field. You would have to add all the props to DataVisualizerWrapper.tsx and pass them down as props.
The text was updated successfully, but these errors were encountered:
The problem
It is difficult to find a specific object to add as a linked object to a different object. Adding RQL will provide users a way to query for a specific object. The functionality is already there for the DataTab, but needs to be added to ObjectInput.tsx (as shown in the screenshot).
The solution
Instead of rendering a Inside of ObjectInput.tsx, rendering a instead will include a RQL input field. You would have to add all the props to DataVisualizerWrapper.tsx and pass them down as props.
The text was updated successfully, but these errors were encountered: