Skip to content

Commit b779444

Browse files
os-zhuangclaude
andcommitted
fix(platform-objects): drop empty group_apps nav contribution left by #1771
#1771 moved both marketplace entries out to cloud-connection's plugins but left the now-empty contribution behind, tripping the SETUP_NAV_CONTRIBUTIONS test ('items.length > 0') and turning main CI red. The group_apps shell anchor stays in setup.app.ts and is filled entirely by capability plugins. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent f4b8926 commit b779444

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

packages/platform-objects/src/apps/setup-nav.contributions.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,9 @@ export const SETUP_NAV_CONTRIBUTIONS: NavigationContribution[] = [
3838
{ id: 'nav_system_overview', type: 'dashboard', label: 'System Overview', dashboardName: 'system_overview', icon: 'activity' },
3939
],
4040
},
41-
{
42-
app: 'setup',
43-
group: 'group_apps',
44-
priority: BASE_PRIORITY,
45-
items: [
46-
],
47-
},
41+
// No group_apps contribution left here — both marketplace entries moved
42+
// out (see header note); the group_apps shell anchor in setup.app.ts is
43+
// filled entirely by capability plugins now.
4844
{
4945
app: 'setup',
5046
group: 'group_people_org',

0 commit comments

Comments
 (0)