From 3839fe94904fc4eb7e181c388731971e0d92b9ca Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 22 Oct 2024 17:19:02 +0200 Subject: [PATCH 1/3] ui-core: fix component in select story The Meta type of the story specifies a SelectWrapper component, not a Select component. Signed-off-by: Simon Ser --- ui-core/src/stories/Select.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-core/src/stories/Select.stories.tsx b/ui-core/src/stories/Select.stories.tsx index 2c0178521..5c089d758 100644 --- a/ui-core/src/stories/Select.stories.tsx +++ b/ui-core/src/stories/Select.stories.tsx @@ -16,7 +16,7 @@ const options = [ const SelectWrapper = (props: SelectProps