🐛 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:
Shinji-Li
2026-01-14 16:43:06 +08:00
committed by GitHub
parent a778ab16d3
commit f1e2111bf3

View File

@@ -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 />