mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm not working span for tooltip for now
ref https://github.com/ant-design/ant-design/issues/18122
This commit is contained in:
parent
ea666720e5
commit
4f7aa6bf72
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const SubscribeButtonDropdown = (props: Props): JSX.Element => {
|
|||
</Menu.Item>)}
|
||||
</Menu>
|
||||
}>
|
||||
<span title={buttonProps.title}>Subscribe</span>
|
||||
Subscribe
|
||||
</Dropdown.Button>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue