fix: ts error

This commit is contained in:
DDMeaqua 2024-09-10 14:37:58 +08:00
parent 18e2403b01
commit 45306bbb6c
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ export function ChatActions(props: {
showPromptHints: () => void;
hitBottom: boolean;
uploading: boolean;
setShowShortcutKeyModal: () => void;
setShowShortcutKeyModal: React.Dispatch<React.SetStateAction<boolean>>;
}) {
const config = useAppConfig();
const navigate = useNavigate();