diff --git a/src/App.jsx b/src/App.jsx index 21e4796e..710487b4 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -157,12 +157,20 @@ const kpis = [ trend: "-3% this month", trendValue: -3, icon: Gauge, + // action: () => openInTryton( + // "open.position.report", + // undefined, + // ["tree"], + // '[["id", ">", 0]]', + // "exec_window", + // context + // ) action: () => openInTryton( "open.position.report", undefined, ["tree"], '[["id", ">", 0]]', - "exec_window", + "open_tab", context ) },