mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37:56 +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>
|
<StyledDialogTitle>{props.title}</StyledDialogTitle>
|
||||||
|
|
||||||
<StyledDialogContent>
|
<StyledDialogContent>
|
||||||
|
<>
|
||||||
{description}
|
{description}
|
||||||
<GlobalError error={props.error} />
|
<GlobalError error={props.error} />
|
||||||
{props.children}
|
{props.children}
|
||||||
|
</>
|
||||||
</StyledDialogContent>
|
</StyledDialogContent>
|
||||||
|
|
||||||
<StyledDialogActions>
|
<StyledDialogActions>
|
||||||
|
Loading…
Reference in New Issue
Block a user