compose_popovers: Fix message_type typo.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-05-20 13:08:30 -07:00 committed by Tim Abbott
parent 4179e47578
commit ffb182fb25
1 changed files with 1 additions and 1 deletions

View File

@ -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();