UX: Clear username when opening ignore duration modal

This commit is contained in:
David Taylor 2019-08-08 16:31:34 +01:00
parent 90108b2450
commit 922c40f87c

View File

@ -20,6 +20,7 @@ export default Ember.Component.extend({
model: this.model
});
modal.setProperties({
ignoredUsername: null,
onUserIgnored: username => {
this.items.addObject(username);
}