Skip to content

Commit

Permalink
fix console error (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-deshmukh authored May 4, 2020
1 parent 603b02d commit 7e20d2f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tyk-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tyk-ui.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/EditableList/js/EditableListForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default class EditableListForm extends Component {
} = this.props;

refs.forEach((ref) => {
if (ref.current.reset) {
if (ref.current?.reset) {
ref.current.reset();
}
});
Expand Down

0 comments on commit 7e20d2f

Please sign in to comment.