mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
⚒️ Disable spinner.
This commit is contained in:
parent
38077911b7
commit
ebcc6ac5f6
@ -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 }}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user