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

link to default cost

parent 9fafef40
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,9 @@ const FieldSidebar =({
href={`/reference/databases/${database.id}/tables/${table.id}/fields/${field.id}`}
icon="document"
name="Details" />
<SidebarItem key={`/xray/field/${field.id}`}
href={`/xray/field/${field.id}`}
icon="document"
<SidebarItem key={`/xray/field/${field.id}/approximate`}
href={`/xray/field/${field.id}/approximate`}
icon="document"
name="X-Ray this Field" />
</ul>
</div>
......
......@@ -39,9 +39,9 @@ const TableSidebar = ({
href={`/reference/databases/${database.id}/tables/${table.id}/questions`}
icon="all"
name="Questions about this table" />
<SidebarItem key={`/xray/table/${table.id}`}
href={`/xray/table/${table.id}`}
icon="all"
<SidebarItem key={`/xray/table/${table.id}/approximate`}
href={`/xray/table/${table.id}/approximate`}
icon="all"
name="X-Ray this table" />
</ol>
</div>
......
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