@@ -11,7 +11,15 @@
:placeholder
:label
@filter="filterFn"
- />
+ >
+ <template #no-option>
+ <q-item>
+ <q-item-section class="text-grey">
+ {{ $t("http.errors.no_records_found") }}
+ </q-item-section>
+ </q-item>
+ </template>
+ </DefaultSelect>
</template>
<script setup>
@@ -61,7 +61,15 @@
:options="filteredStudents"
:rules="[inputRules.required]"
@filter="filterStudents"
<div v-if="canAddStudents" class="col-auto">
<q-btn