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) => {
|
.catch((err) => {
|
||||||
const errorString = err.response || err || "Unknown error";
|
const errorString = err.response || err || "Unknown error";
|
||||||
setError(eerrorString);
|
setError(errorString);
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
console.error("Error creating transcript:", errorString);
|
console.error("Error creating transcript:", errorString);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user