Skip to content

Commit bb2391f

Browse files
Fix update event
Signed-off-by: Artem Savchenko <[email protected]>
1 parent f263cca commit bb2391f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/telegram-resources/src/components/Configure.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
if (channel !== undefined && channel?.syncEnabled) {
197197
channel.space = space._id
198198
channels = channels
199-
dispatch('channelUpdated', { channelId, field: 'space', value: space })
199+
dispatch('channelUpdated', { channelId, field: 'space', value: space._id })
200200
}
201201
}
202202

0 commit comments

Comments
 (0)