fix: disable refine telemetry
This commit is contained in:
parent
dc4f6f7e23
commit
04c38429fd
|
@ -50,6 +50,7 @@ export default function App() {
|
|||
{ name: 'files' },
|
||||
{ name: 'users' }
|
||||
]}
|
||||
options={{disableTelemetry: true}}
|
||||
>
|
||||
<SdkContextProvider sdk={(auth as PortalAuthProvider).sdk}>
|
||||
<Outlet/>
|
||||
|
|
Loading…
Reference in New Issue