mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Fix
This commit is contained in:
parent
5fceeac91e
commit
13ba6ee780
@ -57,9 +57,11 @@ const BaseDialog = (props: DialogProps): React.ReactElement => {
|
||||
<StyledDialogTitle>{props.title}</StyledDialogTitle>
|
||||
|
||||
<StyledDialogContent>
|
||||
{description}
|
||||
<GlobalError error={props.error} />
|
||||
{props.children}
|
||||
<>
|
||||
{description}
|
||||
<GlobalError error={props.error} />
|
||||
{props.children}
|
||||
</>
|
||||
</StyledDialogContent>
|
||||
|
||||
<StyledDialogActions>
|
||||
|
Loading…
Reference in New Issue
Block a user