[ci skip] fix(client): fix post button of channel

This commit is contained in:
syuilo 2023-03-05 20:48:46 +09:00
parent 517a7f96c8
commit 9f73c23b38

View file

@ -85,7 +85,7 @@ function edit() {
function openPostForm() {
os.post({
channel: {
id: channel.channelId,
id: channel.id,
},
});
}