mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Fixed typo
This commit is contained in:
@@ -29,7 +29,7 @@ const useTranscript = () => {
|
||||
})
|
||||
.catch((err) => {
|
||||
const errorString = err.response || err || "Unknown error";
|
||||
setError(eerrorString);
|
||||
setError(errorString);
|
||||
setLoading(false);
|
||||
console.error("Error creating transcript:", errorString);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user