mirror of https://github.com/zulip/zulip.git
scheduled-messages-ui: Set channel ID in narrow term to a string.
This commit is contained in:
parent
34308efb94
commit
d8fd0d8599
|
@ -22,7 +22,7 @@ function narrow_via_edit_scheduled_message(compose_args) {
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
operator: "channel",
|
operator: "channel",
|
||||||
operand: compose_args.stream_id,
|
operand: compose_args.stream_id.toString(),
|
||||||
},
|
},
|
||||||
{operator: "topic", operand: compose_args.topic},
|
{operator: "topic", operand: compose_args.topic},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue