Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
shumi.lg committed Jun 30, 2018
1 parent cb8e58f commit 2c5c389
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SwitchFormField.js
Expand Up @@ -21,6 +21,8 @@ function getSwitchProps(formFieldProps) {
.forEach(key => {
ret[key] = props[key]
});

return ret
}

class SwitchFormField extends FormField {
Expand Down

0 comments on commit 2c5c389

Please sign in to comment.