Skip to content

Commit

Permalink
chore(ui): disable telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
philwinder committed May 5, 2023
1 parent a628bc0 commit 1b84b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const App = () => (
dataProvider={dataProvider}
dashboard={Dashboard}
theme={theme}
disableTelemetry
>
<Resource name="queue" list={QueueList} show={QueueItem} create={QueueCreate} options={{ label: 'Queue' }} />
<Resource name="graph" list={GraphList} options={{ label: 'Graph' }} icon={AccountTreeIcon} />
Expand Down

0 comments on commit 1b84b47

Please sign in to comment.