fix: misc issues

This commit is contained in:
Jannat Patel
2024-05-06 16:20:47 +05:30
parent d53123cf07
commit 650f81c22b
4 changed files with 22 additions and 3 deletions

View File

@@ -46,6 +46,12 @@
</span>
</Button>
</router-link>
<div
v-else-if="course.data.disable_self_learning"
class="bg-blue-100 text-blue-900 text-sm rounded-md py-1 px-3"
>
{{ __('Contact the Administrator to enroll for this course.') }}
</div>
<Button
v-else
@click="enrollStudent()"