Skip to content

Commit

Permalink
Fix chatbar (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 authored Sep 14, 2023
1 parent 98cc475 commit c10a0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/interactive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export function Input(
)}
disabled={loading}
/>
</div>
{right}
</div>
<Errors errors={errors} />
</div>
);
Expand Down

1 comment on commit c10a0ff

@vercel
Copy link

@vercel vercel bot commented on c10a0ff Sep 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.