Merge pull request #3356 from durianice/pr_merge

This commit is contained in:
Yifei Zhang 2023-11-27 15:44:03 +08:00 committed by GitHub
commit bfb7b988f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,8 +449,7 @@ export function ChatActions(props: {
); );
showToast(nextModel); showToast(nextModel);
} }
// eslint-disable-next-line react-hooks/exhaustive-deps }, [chatStore, currentModel, models]);
}, [currentModel, models]);
return ( return (
<div className={styles["chat-input-actions"]}> <div className={styles["chat-input-actions"]}>