mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 18:17:40 +08:00
UX: Clear username when opening ignore duration modal
This commit is contained in:
parent
90108b2450
commit
922c40f87c
@ -20,6 +20,7 @@ export default Ember.Component.extend({
|
||||
model: this.model
|
||||
});
|
||||
modal.setProperties({
|
||||
ignoredUsername: null,
|
||||
onUserIgnored: username => {
|
||||
this.items.addObject(username);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user