mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
Fix message box props (#5649)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
d3361752cf
commit
9cd8b7a001
@ -19,7 +19,7 @@
|
||||
import presentation, { HTMLViewer } from '..'
|
||||
|
||||
export let label: IntlString
|
||||
export let labelProps: IntlString
|
||||
export let labelProps: Record<string, any> | undefined = undefined
|
||||
export let message: IntlString
|
||||
export let richMessage: boolean = false
|
||||
export let params: Record<string, any> = {}
|
||||
|
Loading…
Reference in New Issue
Block a user