mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-22 10:21:37 +00:00
Code formatted with Prettier
This commit is contained in:
@@ -141,8 +141,9 @@ export default class ResourceTokenCollection implements ViewModels.CollectionBas
|
|||||||
|
|
||||||
documentsTab = new DocumentsTab({
|
documentsTab = new DocumentsTab({
|
||||||
partitionKey: isQueryCopilotCollection ? queryCopilotPartitionKey : this.partitionKey,
|
partitionKey: isQueryCopilotCollection ? queryCopilotPartitionKey : this.partitionKey,
|
||||||
resourceTokenPartitionKey: isQueryCopilotCollection ? queryCopilotPartitionKey.paths[0] :
|
resourceTokenPartitionKey: isQueryCopilotCollection
|
||||||
userContext.parsedResourceToken.partitionKey,
|
? queryCopilotPartitionKey.paths[0]
|
||||||
|
: userContext.parsedResourceToken.partitionKey,
|
||||||
documentIds: ko.observableArray<DocumentId>([]),
|
documentIds: ko.observableArray<DocumentId>([]),
|
||||||
tabKind: ViewModels.CollectionTabKind.Documents,
|
tabKind: ViewModels.CollectionTabKind.Documents,
|
||||||
title: "Items",
|
title: "Items",
|
||||||
|
|||||||
Reference in New Issue
Block a user