feat: Implement core e-learning classroom interface, user dashboard pages, authentication composable, and Thai localization.
This commit is contained in:
parent
85d7c5c913
commit
9232b6a21d
5 changed files with 140 additions and 31 deletions
|
|
@ -49,7 +49,7 @@ const loadEnrolledCourses = async () => {
|
|||
: 'IN_PROGRESS'
|
||||
|
||||
const res = await fetchEnrolledCourses({
|
||||
status: activeFilter.value === 'all' ? undefined : (activeFilter.value === 'completed' ? 'COMPLETED' : 'IN_PROGRESS')
|
||||
status: apiStatus
|
||||
})
|
||||
|
||||
if (res.success) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue