feat(story-summary): default hide summarized to enabled
This commit is contained in:
@@ -40,7 +40,7 @@ export function getSummaryPanelConfig() {
|
||||
forceInsertAtEnd: false,
|
||||
},
|
||||
ui: {
|
||||
hideSummarized: false,
|
||||
hideSummarized: true,
|
||||
keepVisibleCount: 6,
|
||||
},
|
||||
textFilterRules: [...DEFAULT_FILTER_RULES],
|
||||
|
||||
Reference in New Issue
Block a user