diff --git a/src/shared/composites/Topbar/Topbar.stories.tsx b/src/shared/composites/Topbar/Topbar.stories.tsx index ddded5d..4705708 100644 --- a/src/shared/composites/Topbar/Topbar.stories.tsx +++ b/src/shared/composites/Topbar/Topbar.stories.tsx @@ -7,6 +7,7 @@ import { Topbar } from './Topbar' import { AvatarMenu } from '@/shared/composites/AvatarMenu/AvatarMenu' import { Button } from '@/shared/primitives/Button' +import { Input } from '@/shared/primitives/Input' const meta = { title: 'Shared/Composites/Topbar', @@ -41,14 +42,14 @@ export const WithSearch: Story = { title: 'Moderation Queue', searchSlot: ( -
{error}
+ ) : helperText ? ( +{helperText}
+ ) : null} +