breadcrumbs
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user