mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 05:09:05 +00:00
Migrate to openapi-ts generator
This commit is contained in:
@@ -28,7 +28,7 @@ const useTranscriptList = (page: number): TranscriptList => {
|
||||
if (!api) return;
|
||||
setLoading(true);
|
||||
api
|
||||
.v1TranscriptsList(page)
|
||||
.v1TranscriptsList({ page })
|
||||
.then((response) => {
|
||||
setResponse(response);
|
||||
setLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user