From 5094c664ddd45c0a0a7104756d532bd86a0ec98d Mon Sep 17 00:00:00 2001 From: sergeyteleshev Date: Sat, 26 Oct 2024 12:49:27 +0200 Subject: [PATCH] CB-5738 redesigns use api token feature --- .../src/UserProfileSettingsPluginBootstrap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, });