We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e2403 commit 45306bbCopy full SHA for 45306bb
app/components/chat.tsx
@@ -438,7 +438,7 @@ export function ChatActions(props: {
438
showPromptHints: () => void;
439
hitBottom: boolean;
440
uploading: boolean;
441
- setShowShortcutKeyModal: () => void;
+ setShowShortcutKeyModal: React.Dispatch<React.SetStateAction<boolean>>;
442
}) {
443
const config = useAppConfig();
444
const navigate = useNavigate();
0 commit comments