diff --git a/src/Explorer/Tree/Collection.ts b/src/Explorer/Tree/Collection.ts index 9ef429df4..c5995b8df 100644 --- a/src/Explorer/Tree/Collection.ts +++ b/src/Explorer/Tree/Collection.ts @@ -133,7 +133,7 @@ export default class Collection implements ViewModels.Collection { if (partitionKeyProperty.indexOf("$v") > -1) { // From $v.shard.$v.key.$v > shard.key partitionKeyProperty = partitionKeyProperty.replace(/.\$v/g, "").replace(/\$v./g, ""); - this.partitionKeyPropertyHeaders[i] = partitionKeyProperty; + this.partitionKeyPropertyHeaders[i] = "/" + partitionKeyProperty; } }