Fix special view (#2516)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-01-18 12:45:48 +06:00
committed by GitHub
parent 28f3e6169c
commit d1bc4e5a19
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -104,6 +104,8 @@ import IssueStatistics from './components/sprints/IssueStatistics.svelte'
import StatusRefPresenter from './components/issues/StatusRefPresenter.svelte'
import SprintRefPresenter from './components/sprints/SprintRefPresenter.svelte'
export { default as SubIssueList } from './components/issues/edit/SubIssueList.svelte'
export async function queryIssue<D extends Issue> (
_class: Ref<Class<D>>,
client: Client,
@@ -130,6 +130,7 @@
options: viewlet.options,
config: preference?.config ?? viewlet.config,
viewlet,
viewOptions,
createItemDialog: createComponent,
createItemLabel: createLabel,
query: resultQuery