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

comment out things that dont work

parent 063786fb
Branches
Tags
No related merge requests found
......@@ -2,10 +2,10 @@
import UnderlyingDataAction from "./UnderlyingDataAction";
import UnderlyingRecordsAction from "./UnderlyingRecordsAction";
import GenerateDashboardAction from "./GenerateDashboardAction";
// import GenerateDashboardAction from "./GenerateDashboardAction";
export const DEFAULT_ACTIONS = [
UnderlyingDataAction,
UnderlyingRecordsAction,
GenerateDashboardAction,
// GenerateDashboardAction,
];
......@@ -44,12 +44,15 @@ const FieldSidebar = ({
icon="document"
name={t`Details`}
/>
<SidebarItem
key={`/auto/dashboard/field/${field.id}`}
href={`/auto/dashboard/field/${field.id}`}
icon="beaker"
name={t`Generate a dashboard based on this field`}
/>
{
// <SidebarItem
// key={`/auto/dashboard/field/${field.id}`}
// href={`/auto/dashboard/field/${field.id}`}
// icon="beaker"
// name={t`Generate a dashboard based on this field`}
// />
}
{showXray && (
<SidebarItem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment