🧑💻(frontend) move dev tool to the bottom left corner
Nothing happens in the bottom left corner. Avoid hiding features while developing.
This commit is contained in:
committed by
aleb_the_flash
parent
db65aef56e
commit
506b3978e1
@@ -55,7 +55,10 @@ function App() {
|
||||
<Route component={NotFoundScreen} />
|
||||
</Switch>
|
||||
</Layout>
|
||||
<ReactQueryDevtools initialIsOpen={false} buttonPosition="top-left" />
|
||||
<ReactQueryDevtools
|
||||
initialIsOpen={false}
|
||||
buttonPosition="bottom-left"
|
||||
/>
|
||||
</I18nProvider>
|
||||
</Suspense>
|
||||
</QueryClientProvider>
|
||||
|
||||
Reference in New Issue
Block a user