mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Remove obsolete mx_InviteDialog_transferButton
class (#10687)
The class has been introduced by 2cc6bcec29be908ac45bf181272e2542aadd73f9 ("Much theming & visual of transfer window dial pad"), and removed by c829cb948031f83d1422867ff54af9ebc2047ba9 ("Use flexbox to layout buttons") from _InviteDialog.scss on the same PR. The class has not used anywhere else since then. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
fdfe800b2c
commit
64997e6f69
1 changed files with 0 additions and 1 deletions
|
@ -1433,7 +1433,6 @@ export default class InviteDialog extends React.PureComponent<Props, IInviteDial
|
|||
<AccessibleButton
|
||||
kind="primary"
|
||||
onClick={this.transferCall}
|
||||
className="mx_InviteDialog_transferButton"
|
||||
disabled={!hasSelection && this.state.dialPadValue === ""}
|
||||
>
|
||||
{_t("Transfer")}
|
||||
|
|
Loading…
Reference in a new issue