fix: infinite loading when no workspaces (#1679)

This commit is contained in:
Himself65
2023-03-23 22:46:17 -05:00
committed by GitHub
parent 9eec8d0f1e
commit 3e299b97c3
6 changed files with 27 additions and 6 deletions

View File

@@ -67,6 +67,10 @@ const App = function App({
>
<Head>
<title>AFFiNE</title>
<meta
name="viewport"
content="initial-scale=1, width=device-width"
/>
</Head>
{getLayout(<Component {...pageProps} />)}
</ProviderComposer>