feat: add required and make tab sticky in batches

This commit is contained in:
Ejaaz Khan
2024-11-07 10:55:10 +05:30
parent 08b2063e45
commit 2e0abad61c
7 changed files with 37 additions and 4 deletions

View File

@@ -12,7 +12,12 @@
</header>
<div class="py-5">
<div class="w-5/6 mx-auto">
<FormControl v-model="lesson.title" label="Title" class="mb-4" />
<FormControl
v-model="lesson.title"
label="Title"
class="mb-4"
:required="true"
/>
<FormControl
v-model="lesson.include_in_preview"
type="checkbox"