Skip to content

Commit

Permalink
Fix error for create filter with no available results
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahd93 committed Apr 24, 2019
1 parent e4fa26d commit 2dd4363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsa/src/web/entities/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ class EntitiesContainer extends React.Component {
<React.Fragment>
{children({
...other,
createFilterType: entitiesType,
createFilterType: this.props.gmpname,
entities,
entitiesCounts,
entitiesSelected: selected,
Expand Down

0 comments on commit 2dd4363

Please sign in to comment.