diff --git a/webapp/packages/plugin-user-profile-settings/src/UserProfileSettingsPluginBootstrap.ts b/webapp/packages/plugin-user-profile-settings/src/UserProfileSettingsPluginBootstrap.ts index 337d83a97c..981850c6b2 100644 --- a/webapp/packages/plugin-user-profile-settings/src/UserProfileSettingsPluginBootstrap.ts +++ b/webapp/packages/plugin-user-profile-settings/src/UserProfileSettingsPluginBootstrap.ts @@ -53,7 +53,7 @@ export class UserProfileSettingsPluginBootstrap extends Bootstrap { this.userProfileTabsService.tabContainer.add({ key: SETTINGS_TAB_ID, name: 'plugin_user_profile_settings_tab_label', - order: 2, + order: 3, panel: () => UserProfileSettings, });