Code formatted with Prettier

This commit is contained in:
Predrag Klepic
2023-07-11 14:54:58 +02:00
parent b884c74795
commit 373ad323df

View File

@@ -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",