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:
@@ -23,7 +23,7 @@ const useTopics = (id: string): TranscriptTopics => {
|
||||
|
||||
setLoading(true);
|
||||
api
|
||||
.v1TranscriptGetTopics(id)
|
||||
.v1TranscriptGetTopics({ transcriptId: id })
|
||||
.then((result) => {
|
||||
setTopics(result);
|
||||
setLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user