diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 1fc10c35c9c..a6fd25d0a1f 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -438,7 +438,7 @@ export function ChatActions(props: { showPromptHints: () => void; hitBottom: boolean; uploading: boolean; - setShowShortcutKeyModal: () => void; + setShowShortcutKeyModal: React.Dispatch>; }) { const config = useAppConfig(); const navigate = useNavigate();