diff --git a/apps/react-storybook/stories/chat/Chat.stories.tsx b/apps/react-storybook/stories/chat/Chat.stories.tsx index cf20838ad4ed..71bfb0569fb5 100644 --- a/apps/react-storybook/stories/chat/Chat.stories.tsx +++ b/apps/react-storybook/stories/chat/Chat.stories.tsx @@ -54,6 +54,7 @@ export const Overview: Story = { user: firstAuthor, alerts: [], ...commonArgs, + speechToTextEnabled: false, }, argTypes: { user: { @@ -99,6 +100,7 @@ export const Overview: Story = { activeStateEnabled, hoverStateEnabled, focusStateEnabled, + speechToTextEnabled, }) => { const [messages, setMessages] = useState(items); @@ -128,6 +130,7 @@ export const Overview: Story = { activeStateEnabled={activeStateEnabled} focusStateEnabled={focusStateEnabled} hoverStateEnabled={hoverStateEnabled} + speechToTextEnabled={speechToTextEnabled} >