fix(frontend): keywords uit template voor leerpaden verwijderd

This commit is contained in:
Gerald Schmittinger 2025-05-16 14:54:47 +02:00
parent 6cf4f12f2a
commit 232e85bcaa

View file

@ -44,8 +44,7 @@
}, },
], ],
}, },
], ]
keywords: t("hintKeywordsSeparatedBySpaces"),
}; };
const { isPending: isPostPending, error: postError, mutate: doPost } = usePostLearningPathMutation(); const { isPending: isPostPending, error: postError, mutate: doPost } = usePostLearningPathMutation();