Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldwasserman committed Apr 19, 2018
1 parent 97621af commit a561da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/power-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default Component.extend({
return null;
},
set(_, selected) {
if (selected && selected.then) {
if (selected && get(selected, 'then')) {
this.get('_updateSelectedTask').perform(selected);
} else {
scheduleOnce('actions', this, this.updateSelection, selected);
Expand Down

0 comments on commit a561da2

Please sign in to comment.