update text for importing study via login or link

This commit is contained in:
2026-07-11 21:00:22 +02:00
parent f9d02efe49
commit f139449d9a
4 changed files with 14 additions and 7 deletions
+2
View File
@@ -28,6 +28,8 @@ const LichessStudyLinkInput = ({ setSelectedStudyId }: IProps) => {
return;
}
console.log(result.data);
setSelectedStudyId(result.data);
toast.success("Study loaded — pick a chapter");
};