mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try definining title in span
ref https://github.com/ant-design/ant-design/issues/18122#issuecomment-518672536
This commit is contained in:
parent
7d67c231d4
commit
092ec32e16
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ const SubscribeButtonDropdown = (props: Props): JSX.Element => {
|
|||
</Menu.Item>)}
|
||||
</Menu>
|
||||
}>
|
||||
Subscribe
|
||||
</Dropdown.Button>;
|
||||
<span title={buttonProps.title}>Subscribe</span>
|
||||
</Dropdown.Button>;
|
||||
};
|
||||
|
||||
const buildButtonProps = (name: string, viewUrl: string): ButtonProps => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue