[ci skip] fix(client): fix post button of channel
This commit is contained in:
parent
517a7f96c8
commit
9f73c23b38
|
@ -85,7 +85,7 @@ function edit() {
|
||||||
function openPostForm() {
|
function openPostForm() {
|
||||||
os.post({
|
os.post({
|
||||||
channel: {
|
channel: {
|
||||||
id: channel.channelId,
|
id: channel.id,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue