mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: SWR config
This commit is contained in:
parent
cd81ec1002
commit
65d2a2546d
@ -56,7 +56,6 @@ export const AppProvider: FC<IAppProvider> = observer((props) => {
|
|||||||
>
|
>
|
||||||
<SWRConfig value={SWR_CONFIG}>{children}</SWRConfig>
|
<SWRConfig value={SWR_CONFIG}>{children}</SWRConfig>
|
||||||
</PostHogProvider>
|
</PostHogProvider>
|
||||||
<SWRConfig value={SWR_CONFIG}>{children}</SWRConfig>
|
|
||||||
</CrispWrapper>
|
</CrispWrapper>
|
||||||
</StoreWrapper>
|
</StoreWrapper>
|
||||||
</InstanceLayout>
|
</InstanceLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user