mirror of https://github.com/zulip/zulip.git
invite: Remove redundant param "banner_html".
This was introduced in eecb611789
but was never used due to a change in the implementation to use
partial blocks instead of passing HTML strings.
This commit is contained in:
parent
bc8809d45c
commit
bcb7c0a65a
|
@ -444,7 +444,6 @@ function open_invite_user_modal(e: JQuery.ClickEvent<Document, undefined>): void
|
|||
const context = {
|
||||
banner_type: compose_banner.INFO,
|
||||
classname: "setup_tips_banner",
|
||||
banner_html: "",
|
||||
...invite_tips_data,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue