Skip to content

Commit

Permalink
Use minimal Saved View information when loading Saved View list
Browse files Browse the repository at this point in the history
  • Loading branch information
roluk committed Nov 28, 2023
1 parent 228774e commit 41573ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class ITwinSavedViewsClient implements SavedViewsClient {

public async getSavedViewInfo(args: GetSavedViewInfoParams): Promise<SavedViewInfo> {
const [{ savedViews }, { groups }, { tags }] = await Promise.all([
this.client.getAllSavedViewsRepresentation(args),
this.client.getAllSavedViewsMinimal(args),
this.client.getAllGroups(args),
this.client.getAllTags(args),
]);
Expand Down

0 comments on commit 41573ee

Please sign in to comment.