From 48621227b7c2df163f7cae3d4346fc4df285003c Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sat, 3 Jan 2026 20:13:22 +0100 Subject: [PATCH] 03.01.26 --- src/App.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 1de06f7f..dccf6145 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -141,7 +141,13 @@ const lotData = [ })}, ]; -const context = "{'purchase': None, 'client': None, 'supplier': None, 'sale': None, 'product': None}"; +const context = { + purchase: null, + client: null, + supplier: null, + sale: null, + product: null +}; const kpis = [ { title: "PNL ($)",