Skip to content

Commit ce81cc8

Browse files
committed
Set ExpandedRelated default to true
This will still be evaluated conditionally based on `MarkRelated` (and its dependencies).
1 parent f043ea5 commit ce81cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic.Editor.Models/Queryable/TopicQueryOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public TopicQueryOptions() {
4545
AttributeValue = null;
4646
Query = null;
4747
MarkRelated = false;
48-
ExpandRelated = false;
48+
ExpandRelated = true;
4949
RelatedTopicId = -1;
5050
RelatedNamespace = null;
5151
EnableCheckboxes = false;

0 commit comments

Comments
 (0)