display table name for manual array relationship from view to table, fix #1292 (#1293)

This commit is contained in:
Aravind Shankar 2019-01-04 12:05:16 +05:30 committed by Shahidh K Muhammed
parent 675370e98c
commit 7c5a5a2957

View File

@ -43,7 +43,7 @@ const getRelationshipLine = (isObjRel, lcol, rcol, rTable) => {
) : (
<span>
&nbsp;
{rTable.name} :: {rcol}
{rTable} :: {rcol}
&nbsp;&nbsp;&rarr;&nbsp;&nbsp;
{getGrayText(lcol)}
</span>