Skip to content

Commit

Permalink
Fix dumb mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersky committed Nov 1, 2016
1 parent fd2abdd commit c17b406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/frost-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default Component.extend(PropTypeMixin, {

const props = {}

let newSelectedValue = get(attrs, 'oldAttrs.selectedValue.value')
let newSelectedValue = get(attrs, 'newAttrs.selectedValue.value')
let oldSelectedValue = get(attrs, 'oldAttrs.selectedValue.value')

// If user provided a new selected value and it doesn't match the internal
Expand Down

0 comments on commit c17b406

Please sign in to comment.