Opps this should be null.

This commit is contained in:
Guo Xiang Tan 2016-10-13 15:58:31 +08:00
parent b16b2a6fbb
commit 4c2c21ee2b
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ export default Em.Component.extend({
days: ''
}
}
})
});
},
_update() {
@ -117,7 +117,7 @@ export default Em.Component.extend({
this.set('searchedTerms.username', userInput);
}
} else {
this.set('searchedTerms.username', []);
this.set('searchedTerms.username', null);
}
},