feat: add Leren learning page for content generation and feedback, and create TestManager admin component
Some checks failed
On Push to Main / test (push) Has been cancelled
On Push to Main / publish (push) Has been cancelled
On Push to Main / deploy-dev (push) Has been cancelled

This commit is contained in:
RaymondVerhoef
2026-05-14 22:21:39 +02:00
parent 0673122536
commit e223836d7d
2 changed files with 14 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ const Leren = () => {
setError(null);
try {
const newTopic = await generateCustomTopic(customTopicQuery);
setAllTopics(storage.get('kb:topics', []));
setAllTopics(await db.getTopics());
setCustomTopicQuery('');
handleOpenTopic(newTopic);
} catch (e) {