mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +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 = () => (
|
||||
<Admin
|
||||
disableTelemetry
|
||||
loginPage={LoginPage}
|
||||
authProvider={authProvider}
|
||||
dataProvider={dataProvider}
|
||||
|
|
Loading…
Reference in a new issue