Skip to content

Commit

Permalink
fix(apps/chat-with-pdf): fix typescript issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dartilesm committed Nov 9, 2024
1 parent f4077a8 commit 551d2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat-with-pdf/app/components/sidebar/app-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function AppSidebar({ userInfo }: { userInfo: User }) {
<SidebarMenuButton
tooltip="New conversation"
variant="outline"
onClick={() => handleNewChatDialogToggle(true)}
onClick={handleNewChatDialogToggle}
>
<Plus />
<span>New conversation</span>
Expand Down

0 comments on commit 551d2e5

Please sign in to comment.