Skip to content

Commit

Permalink
Fix message box props (#5649)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Bykhov <[email protected]>
  • Loading branch information
BykhovDenis committed May 23, 2024
1 parent d336175 commit 9cd8b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/presentation/src/components/MessageBox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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> = {}
Expand Down

0 comments on commit 9cd8b7a

Please sign in to comment.