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
i checked the open issues and see anything resembling this. Putting a comment in a subgraph causes rendering to fail.
Simple example I tested with on the live editor.
subgraph Approval Table
tAp(Approvals)
tAp --- fAP_ID[ID]
tAp --- fAP_Name[Name]
tAp --- fAP_Desc[Description]
%% tAp --- fAP_UserId[User ID]
tAp --- fAP_TaskId[Task ID]
tAp --- fAP_TaskType[Task Type]
tAp --- fAP_Status[Status]
tAp --- fAP_Type[Approval Type]
end
Thanks
The text was updated successfully, but these errors were encountered:
You can close this. I vaguely remember this and I believe the subgraph I submitted was one of many in a larger graph. I did a quick test and could not reproduce the problem and I don't have any of the original material.
i checked the open issues and see anything resembling this. Putting a comment in a subgraph causes rendering to fail.
Simple example I tested with on the live editor.
Thanks
The text was updated successfully, but these errors were encountered: