⚒️ Disable spinner.

This commit is contained in:
pheralb 2022-07-24 23:41:00 +01:00
parent 38077911b7
commit ebcc6ac5f6

View File

@ -33,6 +33,7 @@ function MyApp({ Component, pageProps, router }: AppProps) {
stopDelayMs={200} stopDelayMs={200}
height={2} height={2}
showOnShallow={true} showOnShallow={true}
options={{ showSpinner: false }}
/> />
<ChakraProvider theme={theme}> <ChakraProvider theme={theme}>
<SWRConfig value={{ fetcher }}> <SWRConfig value={{ fetcher }}>