Skip to content

Commit

Permalink
Move dev tools to bottom-left
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcginnes committed Jun 17, 2024
1 parent fed7f20 commit 494e838
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ const ConnectedProvider = (
</MantineEmotionProvider>
</MantineProvider>
</DndProvider>
<ReactQueryDevtools initialIsOpen={false} />
<ReactQueryDevtools
initialIsOpen={false}
buttonPosition="bottom-left"
/>
</QueryClientProvider>
</div>
);
Expand Down

0 comments on commit 494e838

Please sign in to comment.