mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-05-11 10:00:18 +08:00
fix: 修复筛选器查询无效 (#381)
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
<Command.Group>
|
||||
{#each Object.entries(filter.values) as [id, name] (id)}
|
||||
<Command.Item
|
||||
value={id}
|
||||
value={name}
|
||||
class="text-xs"
|
||||
onSelect={() => {
|
||||
closeAndFocusTrigger();
|
||||
|
||||
Reference in New Issue
Block a user