Show sub-issues by default (#2856)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov
2023-03-29 23:15:35 +07:00
committed by GitHub
parent eb8bd6634c
commit f78eccb6d0
+1 -1
View File
@@ -522,7 +522,7 @@ export function createModel (builder: Builder): void {
{
key: 'shouldShowSubIssues',
type: 'toggle',
defaultValue: false,
defaultValue: true,
actionTarget: 'query',
action: tracker.function.SubIssueQuery,
label: tracker.string.SubIssues