mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
chore(typescript): minor fixes (#110)
This commit is contained in:
committed by
GitHub
parent
4cbe983f61
commit
8ea3223071
@@ -166,7 +166,7 @@ const groups = computed(() => map(groupBy(results.value, command => command.item
|
||||
return {
|
||||
...props.groups.find(group => group.key === key),
|
||||
commands: commands.slice(0, options.value.resultLimit)
|
||||
}
|
||||
} as Group
|
||||
}))
|
||||
|
||||
// Methods
|
||||
|
||||
Reference in New Issue
Block a user