[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() {
|
||||
os.post({
|
||||
channel: {
|
||||
id: channel.channelId,
|
||||
id: channel.id,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue