Merge pull request #1907 from KerollesFathy/fix-category-on-certified-members

fix: Category dropdown options not visible in the certification list page
This commit is contained in:
Jannat Patel
2025-12-17 10:49:11 +05:30
committed by GitHub
2 changed files with 6 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
v-model="currentCategory"
:options="categories.data"
:placeholder="__('Category')"
@change="updateParticipants()"
@update:modelValue="updateParticipants()"
/>
</div>
</div>