Fix special view (#2516)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2023-01-18 13:45:48 +07:00 committed by GitHub
parent 28f3e6169c
commit d1bc4e5a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

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,

View File

@ -130,6 +130,7 @@
options: viewlet.options,
config: preference?.config ?? viewlet.config,
viewlet,
viewOptions,
createItemDialog: createComponent,
createItemLabel: createLabel,
query: resultQuery