parent
6f450b4982
commit
88f879ffe9
20 changed files with 89 additions and 163 deletions
|
@ -249,7 +249,9 @@ function DialogError({details}: {details?: string}) {
|
|||
const control = Dialog.useDialogContext()
|
||||
|
||||
return (
|
||||
<Dialog.ScrollableInner style={a.gap_md} label={_(msg`An error has occurred`)}>
|
||||
<Dialog.ScrollableInner
|
||||
style={a.gap_md}
|
||||
label={_(msg`An error has occurred`)}>
|
||||
<Dialog.Close />
|
||||
<ErrorScreen
|
||||
title={_(msg`Oh no!`)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue