mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-06 13:40:25 +00:00
[keybinding-panel] Include label in filter fields for multilingual search (#2549)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<DataTable
|
||||
:value="commandsData"
|
||||
v-model:selection="selectedCommandData"
|
||||
:global-filter-fields="['id']"
|
||||
:global-filter-fields="['id', 'label']"
|
||||
:filters="filters"
|
||||
selectionMode="single"
|
||||
stripedRows
|
||||
|
||||
Reference in New Issue
Block a user