fix: api permissions

This commit is contained in:
Jannat Patel
2026-01-29 20:32:02 +05:30
parent 62631daafb
commit 5689fbb455
6 changed files with 100 additions and 50 deletions

View File

@@ -38,7 +38,7 @@
'border object-cover',
shape === 'circle'
? 'w-20 h-20 rounded-full'
: 'w-44 h-auto rounded-md',
: 'w-44 h-auto min-h-20 rounded-md',
]"
/>
<video v-else controls class="border rounded-md w-44 h-auto">

View File

@@ -59,6 +59,7 @@
v-else-if="course.data.disable_self_learning && !isAdmin"
theme="blue"
size="lg"
class="mb-4"
>
{{ __('Contact the Administrator to enroll for this course') }}
</Badge>