Merge branch 'develop' into make-tab-sticky

This commit is contained in:
Ejaaz Khan
2024-11-09 00:08:23 +05:30
committed by GitHub
5 changed files with 200 additions and 196 deletions

View File

@@ -88,6 +88,7 @@
doctype="User"
:label="__('Instructors')"
:required="true"
:filters="{ ignore_user_type: 1 }"
/>
<div class="mb-4">
<FormControl

View File

@@ -152,6 +152,7 @@
v-model="instructors"
doctype="User"
:label="__('Instructors')"
:filters="{ ignore_user_type: 1 }"
:required="true"
/>
</div>