mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +03:00
Show sub-issues by default (#2856)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
eb8bd6634c
commit
f78eccb6d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user