Skip to content

Commit

Permalink
add props
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Jan 15, 2020
1 parent d5bcab8 commit 14379ea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ export class Field extends PureComponent {
static propTypes = {
setting: PropTypes.object.isRequired,
handleChange: PropTypes.func.isRequired,
clearChange: PropTypes.func.isRequired,
enableSaving: PropTypes.bool.isRequired,
loading: PropTypes.bool.isRequired,
};

changeImageForm = React.createRef();
Expand Down

0 comments on commit 14379ea

Please sign in to comment.