mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: implement FormTagInput for learnings and tags in course creation & edit forms.
This commit is contained in:
parent
000f1031e7
commit
cdd05f6476
5 changed files with 121 additions and 40 deletions
|
|
@ -102,7 +102,7 @@ export async function createNewCourse(
|
|||
formData.append('name', course_body.name)
|
||||
formData.append('description', course_body.description)
|
||||
formData.append('public', course_body.visibility)
|
||||
formData.append('learnings', course_body.tags)
|
||||
formData.append('learnings', course_body.learnings)
|
||||
formData.append('tags', course_body.tags)
|
||||
formData.append('about', course_body.description)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue