mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Opps this should be null.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user