v14 fixes
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user