diff options
Diffstat (limited to 'packages/desktop/src/context')
| -rw-r--r-- | packages/desktop/src/context/command.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/desktop/src/context/command.tsx b/packages/desktop/src/context/command.tsx index 26b03f980..dcc4b6007 100644 --- a/packages/desktop/src/context/command.tsx +++ b/packages/desktop/src/context/command.tsx @@ -139,6 +139,7 @@ function DialogCommand(props: { options: CommandOption[] }) { emptyMessage="No commands found" items={() => props.options.filter((x) => !x.id.startsWith("suggested.") || !x.disabled)} key={(x) => x?.id} + filterKeys={["title", "description", "category"]} groupBy={(x) => x.category ?? ""} onSelect={(option) => { if (option) { |
