feat: Add instructor course management pages for creating, listing, and viewing course details.
This commit is contained in:
parent
69eb60f901
commit
af7890cc8f
7 changed files with 229 additions and 28 deletions
|
|
@ -168,7 +168,7 @@ const categories = ref<CategoryResponse[]>([]);
|
|||
|
||||
// Form
|
||||
const form = ref<CreateCourseRequest>({
|
||||
category_id: 0,
|
||||
category_id: 1,
|
||||
title: { th: '', en: '' },
|
||||
slug: '',
|
||||
description: { th: '', en: '' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue