mirror of https://github.com/zulip/zulip.git
compose_popovers: Fix message_type typo.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
4179e47578
commit
ffb182fb25
|
@ -40,7 +40,7 @@ export function initialize() {
|
|||
const $popper = $(instance.popper);
|
||||
$popper.one("click", ".compose_mobile_stream_button", (e) => {
|
||||
compose_actions.start({
|
||||
mesage_type: "stream",
|
||||
message_type: "stream",
|
||||
trigger: "clear topic button",
|
||||
});
|
||||
e.stopPropagation();
|
||||
|
|
Loading…
Reference in New Issue