fix: updated course and batch category filters

This commit is contained in:
Jannat Patel
2025-12-16 20:36:53 +05:30
parent f57b64531c
commit 55a02004bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
v-model="currentCategory"
:options="categories"
:placeholder="__('Category')"
@change="updateBatches()"
@update:modelValue="updateBatches()"
/>
</div>
</div>
+1 -1
View File
@@ -75,7 +75,7 @@
v-model="currentCategory"
:options="categories"
:placeholder="__('Category')"
@change="updateCourses()"
@update:modelValue="updateCourses()"
/>
</div>
</div>