Skip to content

Commit

Permalink
Pass semantic query model to SearchResultListView (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Jul 29, 2021
1 parent 5536948 commit 23a12da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/explorer/explorer-event-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class ExplorerEventController {
if (model.isNew()) model.save();
const collection = new FlatItemCollection(items);
const resultsView = new SearchResultListView({
model,
collection,
selectable: false,
});
Expand Down

0 comments on commit 23a12da

Please sign in to comment.