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 fbde1cc commit 7955b68Copy full SHA for 7955b68
src/containers/Tenant/ObjectSummary/ObjectTree.tsx
@@ -46,7 +46,7 @@ export function ObjectTree({tenantName, path}: ObjectTreeProps) {
46
<SchemaTree
47
rootPath={tenantName}
48
// for the root pathData.Name contains the same string as tenantName,
49
- // ensure it has slash in the beginning
+ // ensure it has the leading slash
50
rootName={prepareSchemaRootName(pathData.Name, tenantName)}
51
rootType={pathData.PathType}
52
currentPath={path}
0 commit comments