Chore: Remove custom values from `TextLink` story (#84889)

remove default values
pull/84892/head
Ashley Harrison 1 year ago committed by GitHub
parent 3387132b9b
commit bc8c3f99ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      packages/grafana-ui/src/components/Link/TextLink.story.tsx

@ -33,10 +33,6 @@ const meta: Meta = {
inline: { control: 'boolean' },
},
args: {
variant: 'body',
weight: 'light',
color: undefined,
inline: false,
href: 'https://www.google.com',
external: true,
icon: 'external-link-alt',

Loading…
Cancel
Save