UBER-1182: Fix github task types support (#4215)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-12-19 12:08:10 +06:00
committed by GitHub
parent 89706eb350
commit 5413031df0
11 changed files with 195 additions and 85 deletions
@@ -60,6 +60,7 @@
export let shouldShowAvatar = false
export let autoSelect = false
export let findDefault: (() => Promise<Doc | undefined>) | undefined = undefined
export let groupBy = '_class'
export let create: ObjectCreate | undefined = undefined
@@ -116,7 +117,8 @@
placeholder,
create,
searchField,
docProps
docProps,
groupBy
},
!$$slots.content ? container : getEventPositionElement(ev),
(result) => {