diff options
Diffstat (limited to 'packages/frontend/src/ui/deck')
| -rw-r--r-- | packages/frontend/src/ui/deck/channel-column.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/ui/deck/channel-column.vue b/packages/frontend/src/ui/deck/channel-column.vue index 4c6b41e42e..b81d6729e6 100644 --- a/packages/frontend/src/ui/deck/channel-column.vue +++ b/packages/frontend/src/ui/deck/channel-column.vue @@ -61,7 +61,6 @@ function post() { channel: { id: props.column.channelId, }, - instant: true, }); } |