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