Settings: fix Link addons ui

This commit is contained in:
vchikalkin 2023-05-19 12:50:21 +03:00
parent c983166cba
commit 9eb86fc24f

View File

@ -15,6 +15,8 @@ import { LoadingOutlined } from 'ui/elements/icons';
const defaultLinkProps: ComponentProps<typeof Link> = {
children: 'Открыть в CRM',
size: 'small',
style: { padding: 0 },
type: 'link',
};