From 1b84b47beba6af38c28cf195273e2926129ac104 Mon Sep 17 00:00:00 2001 From: Phil Winder Date: Fri, 5 May 2023 09:56:00 +0100 Subject: [PATCH] chore(ui): disable telemetry --- ui/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 5dc3595..e9d6981 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -23,6 +23,7 @@ const App = () => ( dataProvider={dataProvider} dashboard={Dashboard} theme={theme} + disableTelemetry >