mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
🐛 fix: slove the settings/profile change but not refresh the profiles (#11497)
fix: slove the settings/profile change but not refresh the profiles
This commit is contained in:
@@ -64,6 +64,7 @@ const GlobalLayout = async ({
|
||||
serverConfig={serverConfig}
|
||||
>
|
||||
<QueryProvider>
|
||||
<StoreInitialization />
|
||||
<GroupWizardProvider>
|
||||
<DragUploadProvider>
|
||||
<LazyMotion features={domMax}>
|
||||
@@ -76,7 +77,6 @@ const GlobalLayout = async ({
|
||||
</DragUploadProvider>
|
||||
</GroupWizardProvider>
|
||||
</QueryProvider>
|
||||
<StoreInitialization />
|
||||
<Suspense>
|
||||
{ENABLE_BUSINESS_FEATURES ? <ReferralProvider /> : null}
|
||||
<ImportSettings />
|
||||
|
||||
Reference in New Issue
Block a user