mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
user delete -- dismiss dialog via Ember mixin
This commit is contained in:
parent
e265323a90
commit
f35fdab9ba
1 changed files with 1 additions and 2 deletions
|
@ -179,8 +179,7 @@ export default Ember.Component.extend(AuthProvider, DropdownMixin, {
|
|||
},
|
||||
|
||||
delete() {
|
||||
let drop = this.get('drop');
|
||||
drop.close();
|
||||
this.closeDropdown();
|
||||
|
||||
this.set('selectedUsers', []);
|
||||
this.set('hasSelectedUsers', false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue