We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced4d7b commit 56839bcCopy full SHA for 56839bc
src/containers/Header/breadcrumbs.tsx
@@ -114,12 +114,11 @@ function getNodeIcon(nodeRole: 'Storage' | 'Compute' | undefined) {
114
}
115
116
const getPDiskBreadcrumbs: GetBreadcrumbs<PDiskBreadcrumbsOptions> = (options, query = {}) => {
117
- const {nodeId, pDiskId, nodeRole, nodeActiveTab} = options;
+ const {nodeId, pDiskId, nodeRole} = options;
118
119
const breadcrumbs = getNodeBreadcrumbs({
120
- nodeId,
+ ...options,
121
nodeRole: nodeRole ?? 'Storage',
122
- nodeActiveTab,
123
});
124
125
let text = headerKeyset('breadcrumbs.pDisk');
0 commit comments