Skip to content

Commit 3356c73

Browse files
Set initial universe selected value (#9471)
1 parent 11f502d commit 3356c73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Data/UniverseSelection/Universe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public virtual ConcurrentDictionary<Symbol, Member> Securities
5959
public HashSet<Symbol> Selected
6060
{
6161
get; set;
62-
}
62+
} = [];
6363

6464
/// <summary>
6565
/// True if this universe filter can run async in the data stack

0 commit comments

Comments
 (0)