Skip to content

Commit

Permalink
Swap the order of Model Registry and Model Serving in left navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
ppadti committed Sep 9, 2024
1 parent d89ab8d commit e3dcbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utilities/NavData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ export const useBuildNavData = (): NavDataItem[] => [
...useDSProjectsNav(),
...useDSPipelinesNav(),
...useDistributedWorkloadsNav(),
...useModelServingNav(),
...useModelRegistrySectionNav(),
...useModelServingNav(),
...useResourcesNav(),
...useSettingsNav(),
];

0 comments on commit e3dcbe2

Please sign in to comment.