Skip to content

Commit

Permalink
Merge pull request #376 from MetaCell/fix/filters_fixes
Browse files Browse the repository at this point in the history
scores type filter fixed
  • Loading branch information
ddelpiano committed Aug 26, 2019
2 parents cece463 + 90cc44b commit efff809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/scores/Scores.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default class Scores extends React.Component {
autoCompleteData={this.props.autoCompleteData}
namespace={Config.instancesNamespace}
onFilterUpdate={this.onFilterUpdate}
filterName="score_type"
filterName="score_class"
{...props}
/>
)}
Expand Down

0 comments on commit efff809

Please sign in to comment.