v14 fixes
This commit is contained in:
@@ -41,10 +41,14 @@ export default class ProficiencyFilter extends React.Component {
|
|||||||
this.setState(newState, this.props.filterChangedCallback);
|
this.setState(newState, this.props.filterChangedCallback);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
getModel() {
|
getModel() {
|
||||||
return ''
|
return ''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setModel(model) {
|
||||||
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const rows = [];
|
const rows = [];
|
||||||
PROFICIENCY_NAMES.forEach((name) => {
|
PROFICIENCY_NAMES.forEach((name) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user