mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-29 02:26:18 -05:00
e300945879
FIX: clear the user-selector when adding new members
5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
export default Discourse.Route.extend({
|
|
redirect: function() {
|
|
this.transitionTo("adminGroupsType", "custom");
|
|
}
|
|
})
|