breadcrumbs

This commit is contained in:
2025-10-31 17:24:39 +01:00
parent d14d263e8f
commit 1a1e9a80c3
6 changed files with 633 additions and 38 deletions
+7 -1
View File
@@ -2046,7 +2046,13 @@ export const createDesktopSurface = ({ workspaceProps, renderSidebarToggle }) =>
return {
key: 'workspace',
variant: 'workspace',
header: { title, subtitle, leading, actions },
header: {
title,
subtitle,
leading,
actions,
breadcrumbs: workspaceProps?.breadcrumbs || null,
},
content: <DesktopWorkspace {...workspaceProps} />,
supportsDetail: false,
};