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 cb54689 commit fbde1ccCopy full SHA for fbde1cc
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
- // but without the leading slash - ensure it has one
+ // ensure it has slash in the beginning
50
rootName={prepareSchemaRootName(pathData.Name, tenantName)}
51
rootType={pathData.PathType}
52
currentPath={path}
0 commit comments