Skip to content

Commit

Permalink
minor bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fabregat committed May 9, 2019
1 parent 2c21f18 commit f3871f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ public void showResult(AnalysisResult analysisResult, Filter filter) {
this.analysisResultPanel.showResult(analysisResult, filter);
this.summaryPanel.setResource(filter.getResource());
this.filteringPanel.setFilter(filter);
this.entitiesEntitiesFoundPanel.setResource(filter.getResource());
this.downloadPanel.showDownloadOptions(analysisResult, filter.getResource());
}
}
Expand Down

0 comments on commit f3871f2

Please sign in to comment.