Skip to content

Commit

Permalink
fix: remove force types in command palette group
Browse files Browse the repository at this point in the history
META DATA: @toantranmei
  • Loading branch information
toantranmei committed May 5, 2024
1 parent 765a808 commit 00bb504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/types/command-palette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Command {
shortcuts?: string[]
group?: string
score?: number
matches?: (FuseSortFunctionMatch | FuseSortFunctionMatchList)[]
matches?: (FuseSortFunctionMatch | FuseSortFunctionMatchList)[] | any[]
[key: string]: any
}

Expand Down

0 comments on commit 00bb504

Please sign in to comment.