Skip to content
Snippets Groups Projects
Commit 547d5af6 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

fix url

parent 5e3b06bc
Branches
Tags
No related merge requests found
......@@ -39,8 +39,8 @@ const TableSidebar = ({
href={`/reference/databases/${database.id}/tables/${table.id}/questions`}
icon="all"
name="Questions about this table" />
<SidebarItem key={`/table/${table.id}`}
href={`/table/${table.id}`}
<SidebarItem key={`/xray/table/${table.id}`}
href={`/xray/table/${table.id}`}
icon="all"
name="X-Ray this table" />
</ol>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment