mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-22 06:21:28 +00:00
Disable telemetry which was introduced with react-admin v3.11.0 (#109)
This commit is contained in:
parent
684c44e470
commit
536ffc2fbf
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ const i18nProvider = polyglotI18nProvider(
|
||||||
|
|
||||||
const App = () => (
|
const App = () => (
|
||||||
<Admin
|
<Admin
|
||||||
|
disableTelemetry
|
||||||
loginPage={LoginPage}
|
loginPage={LoginPage}
|
||||||
authProvider={authProvider}
|
authProvider={authProvider}
|
||||||
dataProvider={dataProvider}
|
dataProvider={dataProvider}
|
||||||
|
|
Loading…
Reference in a new issue