diff --git a/src/containers/Header/breadcrumbs.tsx b/src/containers/Header/breadcrumbs.tsx index cfc09f577e..866fc78204 100644 --- a/src/containers/Header/breadcrumbs.tsx +++ b/src/containers/Header/breadcrumbs.tsx @@ -114,12 +114,11 @@ function getNodeIcon(nodeRole: 'Storage' | 'Compute' | undefined) { } const getPDiskBreadcrumbs: GetBreadcrumbs = (options, query = {}) => { - const {nodeId, pDiskId, nodeRole, nodeActiveTab} = options; + const {nodeId, pDiskId, nodeRole} = options; const breadcrumbs = getNodeBreadcrumbs({ - nodeId, + ...options, nodeRole: nodeRole ?? 'Storage', - nodeActiveTab, }); let text = headerKeyset('breadcrumbs.pDisk');