Move to AccessibleTooltipButton
in messages (#12487)
This commit is contained in:
parent
7a4ac57954
commit
357f882ff5
5 changed files with 17 additions and 19 deletions
|
@ -98,6 +98,7 @@ export default class DownloadActionButton extends React.PureComponent<IProps, IS
|
|||
title={spinner ? _t(this.state.tooltip) : _t("action|download")}
|
||||
onClick={this.onDownloadClick}
|
||||
disabled={!!spinner}
|
||||
placement="left"
|
||||
>
|
||||
<DownloadIcon />
|
||||
{spinner}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue