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

wire up field dashboards again

parent 260d9e7c
No related branches found
No related tags found
No related merge requests found
......@@ -46,12 +46,12 @@ const FieldSidebar = ({
/>
{
// <SidebarItem
// key={`/auto/dashboard/field/${field.id}`}
// href={`/auto/dashboard/field/${field.id}`}
// icon='bolt'
// name={t`Generate a dashboard based on this field`}
// />
<SidebarItem
key={`/auto/dashboard/field/${field.id}`}
href={`/auto/dashboard/field/${field.id}`}
icon="bolt"
name={t`Generate a dashboard based on this field`}
/>
}
{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