fixed search filter is not working

This commit is contained in:
asift798
2022-03-04 15:00:56 +05:30
parent 83a7c97e9e
commit f6771dafd3
10 changed files with 15 additions and 11 deletions

View File

@ -75,7 +75,7 @@
:options="globalStore.config.languages"
label="name"
value-prop="code"
track-by="code"
track-by="name"
open-direction="top"
/>
</BaseInputGroup>