fix: empty state conditions

This commit is contained in:
Jannat Patel
2024-10-31 11:16:39 +05:30
parent ae4e5539d7
commit 22b1f22df4
4 changed files with 29 additions and 19 deletions

View File

@@ -79,6 +79,11 @@
</div>
</div>
</div>
<MultiSelect
v-model="instructors"
doctype="User"
:label="__('Instructors')"
/>
<div class="mb-4">
<FormControl
v-model="batch.description"
@@ -237,6 +242,7 @@ import { useRouter } from 'vue-router'
import { showToast } from '../utils'
import { Image } from 'lucide-vue-next'
import { capture } from '@/telemetry'
import MultiSelect from '@/components/Controls/MultiSelect.vue'
const router = useRouter()
const user = inject('$user')