Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit 6979c51

Browse files
committed
v14 fixes
1 parent f035ee7 commit 6979c51

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/richGridExample/ProficiencyFilter.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,14 @@ export default class ProficiencyFilter extends React.Component {
4141
this.setState(newState, this.props.filterChangedCallback);
4242
}
4343

44+
4445
getModel() {
4546
return ''
4647
}
4748

49+
setModel(model) {
50+
}
51+
4852
render() {
4953
const rows = [];
5054
PROFICIENCY_NAMES.forEach((name) => {

0 commit comments

Comments
 (0)