Skip to content

Commit

Permalink
Fix categories order
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Dec 13, 2024
1 parent 38c5b83 commit 3396a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/utils/default_app_categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const DEFAULT_APP_CATEGORIES: Record<string, AppCategory> = Object.freeze
label: i18n.translate('core.ui.managementNavList.label', {
defaultMessage: 'Indexer management',
}),
order: 6000,
order: 5000,
euiIconType: 'managementApp',
},
dashboardManagement: {
Expand Down

0 comments on commit 3396a7a

Please sign in to comment.