From a7deca396e1d2d3fc7aaef22cb85786cc70b7fd8 Mon Sep 17 00:00:00 2001 From: Krishna Dhakal <7krishna7dhakal7@gmail.com> Date: Fri, 28 Jul 2023 15:46:07 +0545 Subject: [PATCH] Storybook: Forms legend docs fix (#72487) --- packages/grafana-ui/src/components/Forms/Legend.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/Forms/Legend.mdx b/packages/grafana-ui/src/components/Forms/Legend.mdx index 04ed1a8fc9e..f60ccd7e96f 100644 --- a/packages/grafana-ui/src/components/Forms/Legend.mdx +++ b/packages/grafana-ui/src/components/Forms/Legend.mdx @@ -1,4 +1,4 @@ -import { Story, Preview, ArgTypes } from '@storybook/blocks'; +import { Meta, Story, Preview, ArgTypes } from '@storybook/blocks'; import { Legend } from './Legend';