mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
UBERF-8288: Fix archiving a channel (#6750)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
+2
@@ -39,6 +39,7 @@
|
||||
export let videoPreload = true
|
||||
export let hideLink = false
|
||||
export let compact = false
|
||||
export let readonly = false
|
||||
export let onClick: (() => void) | undefined = undefined
|
||||
|
||||
const client = getClient()
|
||||
@@ -72,6 +73,7 @@
|
||||
hideLink,
|
||||
type,
|
||||
compact,
|
||||
readonly,
|
||||
onClick
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user