From b472a61f1ab84a30e3369df79ea97a3b540b0bea Mon Sep 17 00:00:00 2001 From: Rohan <45748283+r100-stack@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:17:59 -0400 Subject: [PATCH] Minor story fixes (#2243) --- apps/react-workshop/src/ComboBox.stories.tsx | 2 +- apps/react-workshop/src/SearchBox.stories.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/react-workshop/src/ComboBox.stories.tsx b/apps/react-workshop/src/ComboBox.stories.tsx index ca78217a116..7c8ce889e78 100644 --- a/apps/react-workshop/src/ComboBox.stories.tsx +++ b/apps/react-workshop/src/ComboBox.stories.tsx @@ -526,7 +526,7 @@ export const MultipleSelect = () => { multiple value={selectedOptions} onChange={(selected, event) => { - console.log(event.value + ' ' + event.type ?? ''); + console.log(event.value + ' ' + event.type); setSelectedOptions(selected); }} /> diff --git a/apps/react-workshop/src/SearchBox.stories.tsx b/apps/react-workshop/src/SearchBox.stories.tsx index 39e32bc5f9a..c3c3fe152d7 100644 --- a/apps/react-workshop/src/SearchBox.stories.tsx +++ b/apps/react-workshop/src/SearchBox.stories.tsx @@ -17,7 +17,7 @@ export const Basic = () => { export const BasicWithCustomItems = () => { return ( - +