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

fix dupe props

parent cfae6bd9
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ const TableSidebar = ({ database, table, style, className, showXray }) => (
<SidebarItem
key={`/auto/dashboard/table/${table.id}`}
href={`/auto/dashboard/table/${table.id}`}
name="bolt"
icon="bolt"
name={t`Generate a dashboard based on this table`}
/>
{showXray && (
......
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