edit_bot_form: Use new tippy dropdown for selecting bot owner.

This commit is contained in:
Aman Agrawal
2023-05-07 12:45:21 +00:00
committed by Tim Abbott
parent 8ea59f7f02
commit d64ad8653b
3 changed files with 49 additions and 33 deletions

View File

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