chore: lazy load header widgets
This commit is contained in:
@@ -13,7 +13,7 @@ export const overridesPreferences = defineOverridesPreferences({
|
||||
name: import.meta.env.VITE_APP_TITLE,
|
||||
enableRefreshToken: true,
|
||||
enableCheckUpdates: false,
|
||||
enablePreferences: true,
|
||||
enablePreferences: false,
|
||||
accessMode: 'mixed',
|
||||
authPageLayout: 'panel-center',
|
||||
defaultHomePath: '/ai-platform/agent',
|
||||
@@ -24,7 +24,7 @@ export const overridesPreferences = defineOverridesPreferences({
|
||||
enable: true,
|
||||
globalLockScreen: false,
|
||||
globalLogout: true,
|
||||
globalPreferences: true,
|
||||
globalPreferences: false,
|
||||
globalSearch: true,
|
||||
},
|
||||
theme: {
|
||||
|
||||
Reference in New Issue
Block a user