mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Move editing group from into an individual tab.
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
export default Ember.Component.extend({
|
||||
classNames: ["item"],
|
||||
|
||||
actions: {
|
||||
remove() {
|
||||
this.sendAction('removeAction', this.get('member'));
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user