mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
edit_bot_form: Use new tippy dropdown for selecting bot owner.
This commit is contained in:
@@ -162,7 +162,7 @@ export function create_message_object() {
|
||||
// user started composing to the old stream name and
|
||||
// manually entered the stream name, and it got past
|
||||
// validation. We should try to kill this code off eventually.
|
||||
blueslip.error("Trying to send message with bad stream name");
|
||||
blueslip.error("Trying to send message with bad stream name.");
|
||||
message.to = stream_name;
|
||||
}
|
||||
message.topic = topic;
|
||||
|
||||
Reference in New Issue
Block a user