Skip to content
Snippets Groups Projects
Commit 3ee2dca8 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

provide an indication of the FK field that was used to determine the...

provide an indication of the FK field that was used to determine the connection on object details relationships pane.
parent b4fb35cb
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ export default class QueryVisualizationObjectDetailTable extends Component {
var info = (
<div>
<h2>{fkCount}</h2>
<h5 className="block">{relationName}</h5>
<h5 className="block">{relationName} (via {fk.origin.display_name})</h5>
</div>
);
var fkReference;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment