Reset the name field on new group form
This commit is contained in:
parent
11b822eaf3
commit
43ec4099c9
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@
|
|||
|
||||
reset: function() {
|
||||
this.$create.hide();
|
||||
this.$el.find('.new-group-update-form .name').val('');
|
||||
this.$group_update.hide();
|
||||
this.recipients_view.reset();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue