From bc8c3f99aec2198772f56f1e443f409b94446adb Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Thu, 21 Mar 2024 11:33:53 +0000 Subject: [PATCH] Chore: Remove custom values from `TextLink` story (#84889) remove default values --- packages/grafana-ui/src/components/Link/TextLink.story.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/grafana-ui/src/components/Link/TextLink.story.tsx b/packages/grafana-ui/src/components/Link/TextLink.story.tsx index 354a9d7ae06..deeed326145 100644 --- a/packages/grafana-ui/src/components/Link/TextLink.story.tsx +++ b/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',