From 6979c51eaf9d36cd56e472136ba141d72abbc0de Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Tue, 31 Oct 2017 12:07:38 +0000 Subject: [PATCH] v14 fixes --- src/richGridExample/ProficiencyFilter.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/richGridExample/ProficiencyFilter.jsx b/src/richGridExample/ProficiencyFilter.jsx index a88884b..b2d2900 100644 --- a/src/richGridExample/ProficiencyFilter.jsx +++ b/src/richGridExample/ProficiencyFilter.jsx @@ -41,10 +41,14 @@ export default class ProficiencyFilter extends React.Component { this.setState(newState, this.props.filterChangedCallback); } + getModel() { return '' } + setModel(model) { + } + render() { const rows = []; PROFICIENCY_NAMES.forEach((name) => {