Skip to content

Commit

Permalink
DIG-12261 Added default prop for selectedAccount and value to fix Rea…
Browse files Browse the repository at this point in the history
…ct warning
  • Loading branch information
Henrik Hermansen committed Aug 25, 2016
1 parent 6db337d commit 995418f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/account-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ AccountSelector.defaultProps = {
placeholder: '',
locale: 'nb',
id: PropTypes.string,
selectedAccount: null,
value: '',
onAccountSelected: () => {},
onBlur: () => {},
onFocus: () => {},
Expand Down

0 comments on commit 995418f

Please sign in to comment.