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

@ -51,7 +51,7 @@
label="name"
value-prop="id"
:placeholder="$t('settings.disk.select_disk')"
track-by="id"
track-by="name"
object
/>
</BaseInputGroup>