mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
NextJS 14 experimental upgrade
This commit is contained in:
@@ -36,7 +36,8 @@ const useTranscript = (
|
||||
|
||||
setLoading(true);
|
||||
|
||||
api.v1TranscriptGet(id)
|
||||
api
|
||||
.v1TranscriptGet(id)
|
||||
.then((result) => {
|
||||
setResponse(result);
|
||||
setLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user