mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 20:40:59 +00:00
Channels open fix (#896)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
e81c8a3c41
commit
f758fd678f
@ -71,4 +71,4 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<Channels {channels} {integrations} on:change={(e) => { save(e.detail) }} />
|
||||
<Channels {channels} {integrations} on:change={(e) => { save(e.detail) }} on:click />
|
||||
|
@ -58,7 +58,7 @@
|
||||
</div>
|
||||
<div class="flex-between channels">
|
||||
<div class="flex-row-center">
|
||||
<ChannelsEditor attachedTo={object._id} attachedClass={object._class} {integrations} />
|
||||
<ChannelsEditor attachedTo={object._id} attachedClass={object._class} {integrations} on:click />
|
||||
</div>
|
||||
|
||||
<div class="flex-row-center">
|
||||
|
@ -95,7 +95,7 @@
|
||||
|
||||
<div class="flex-between channels">
|
||||
<div class="flex-row-center">
|
||||
<ChannelsEditor attachedTo={object._id} attachedClass={object._class} {integrations} />
|
||||
<ChannelsEditor attachedTo={object._id} attachedClass={object._class} {integrations} on:click />
|
||||
</div>
|
||||
|
||||
<div class="flex-row-center">
|
||||
|
Loading…
Reference in New Issue
Block a user