mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-01 18:10:16 +08:00
Fix bug when add torrent with category
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
hide-no-data
|
||||
:items="categories"
|
||||
:value="params.category"
|
||||
@input="setParams('category', $event)"
|
||||
@input="setParams('category', $event.value)"
|
||||
/>
|
||||
</v-col>
|
||||
<v-col cols="12" sm="6">
|
||||
|
||||
Reference in New Issue
Block a user