Skip to content
Snippets Groups Projects
Unverified Commit 3763abb2 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

link to approximate by default

parent 762eede0
Branches
Tags
No related merge requests found
......@@ -95,7 +95,7 @@ class TableXRay extends Component {
return (
<li>
<div className="full">
<Link to={`xray/field/${c.field.id}`}>
<Link to={`xray/field/${c.field.id}/approximate`}>
{c.field.display_name}
</Link>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment