try definining title in span

ref https://github.com/ant-design/ant-design/issues/18122#issuecomment-518672536
This commit is contained in:
Collin M. Barrett 2019-08-06 08:42:16 -05:00
parent 7d67c231d4
commit 092ec32e16

View file

@ -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 => {