mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 10:05:01 +02:00
TSK-570: fix RelatedIssues (#2596)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
export let issues: Issue[] | undefined = undefined
|
||||
export let viewlet: Viewlet
|
||||
export let viewOptions: ViewOptions
|
||||
export let disableHeader = false
|
||||
|
||||
// Extra properties
|
||||
export let teams: Map<Ref<Team>, Team> | undefined
|
||||
@@ -45,5 +46,6 @@
|
||||
{query}
|
||||
flatHeaders={true}
|
||||
props={{ teams, issueStatuses }}
|
||||
{disableHeader}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user