Disable telemetry which was introduced with react-admin v3.11.0 (#109)

This commit is contained in:
Dirk Klimpel 2021-03-01 09:26:58 +01:00 committed by GitHub
parent 684c44e470
commit 536ffc2fbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ const i18nProvider = polyglotI18nProvider(
const App = () => (
<Admin
disableTelemetry
loginPage={LoginPage}
authProvider={authProvider}
dataProvider={dataProvider}