Skip to content

Commit

Permalink
Update getItemSummary parameters to reflect change in lxltools
Browse files Browse the repository at this point in the history
  • Loading branch information
oBlissing authored and olovy committed Oct 20, 2021
1 parent 926e167 commit 1b34fae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vue-client/src/components/mixins/lens-mixin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,9 @@ export default {
const record = this.focusData.meta || this.recordData || {};
const recordSummary = DisplayUtil.getItemSummary(
record,
this.resources.display,
this.resources,
this.inspector.data.quoted,
this.resources.vocab,
this.settings,
this.resources.context,
this.excludeProperties,
);
return {
Expand Down

0 comments on commit 1b34fae

Please sign in to comment.