UI Fix
This commit is contained in:
@@ -96,7 +96,7 @@ export const c2api = {
|
|||||||
|
|
||||||
// Vocabulary
|
// Vocabulary
|
||||||
getVocabulary: (systemId: string) =>
|
getVocabulary: (systemId: string) =>
|
||||||
request<{ vocabulary: string[]; vocabulary_pending: { term: string; source: string; added_at: string }[]; vocabulary_bootstrapped: boolean }>(
|
request<{ vocabulary: string[]; vocabulary_pending: { term: string; source: "induction" | "correction"; added_at: string }[]; vocabulary_bootstrapped: boolean }>(
|
||||||
`/systems/${systemId}/vocabulary`
|
`/systems/${systemId}/vocabulary`
|
||||||
),
|
),
|
||||||
bootstrapVocabulary: (systemId: string) =>
|
bootstrapVocabulary: (systemId: string) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user