mirror of https://github.com/zulip/zulip.git
user-groups: Remove banner shown on successful group creation.
There is no need to show the banner on successful group creation as we anyways open the settings page of newly created group.
This commit is contained in:
parent
f84857959c
commit
728737ef0e
|
@ -139,10 +139,6 @@ function create_user_group() {
|
|||
$("#create_user_group_name").val("");
|
||||
$("#create_user_group_description").val("");
|
||||
user_group_create_members.clear_member_list();
|
||||
ui_report.success(
|
||||
$t_html({defaultMessage: "User group successfully created!"}),
|
||||
$(".user_group_create_info"),
|
||||
);
|
||||
loading.destroy_indicator($("#user_group_creating_indicator"));
|
||||
// TODO: The rest of the work should be done via the create event we will get for user group.
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue