mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37:56 +01:00
Add title to close.
This commit is contained in:
parent
9dbb054745
commit
2eb72625d6
@ -84,7 +84,7 @@ const WarningDialog = ({ capability, message }: FooterPropsType): React.ReactEle
|
|||||||
name="close"
|
name="close"
|
||||||
aria-label="Close"
|
aria-label="Close"
|
||||||
>
|
>
|
||||||
<img src={CloseDialogSvg} />
|
<img src={CloseDialogSvg} title="Close" />
|
||||||
</button>
|
</button>
|
||||||
</CloseButton>
|
</CloseButton>
|
||||||
{msgExt && <p>{`${msg} ${msgExt}`}</p>}
|
{msgExt && <p>{`${msg} ${msgExt}`}</p>}
|
||||||
|
Loading…
Reference in New Issue
Block a user