From 88103c80116c44dfdefa0d172c4ec2ca412b815a Mon Sep 17 00:00:00 2001 From: Logan Date: Tue, 21 Apr 2026 22:26:33 -0400 Subject: [PATCH] UI Fix --- drb-frontend/lib/c2api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drb-frontend/lib/c2api.ts b/drb-frontend/lib/c2api.ts index cdbb884..3bcef8c 100644 --- a/drb-frontend/lib/c2api.ts +++ b/drb-frontend/lib/c2api.ts @@ -96,7 +96,7 @@ export const c2api = { // Vocabulary 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` ), bootstrapVocabulary: (systemId: string) =>