Skip to content

Commit 0859314

Browse files
committed
Providing fix for Lazy Loading
1 parent 6f6ea98 commit 0859314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Geta.Optimizely.GenericLinks/PropertyLinkDataCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public virtual IEnumerator<TLinkData> GetEnumerator()
285285
protected override void SetDefaultValue()
286286
{
287287
base.SetDefaultValue();
288-
_linkItemCollection = [];
288+
_linkItemCollection = null;
289289
}
290290

291291
protected virtual LinkDataCollection<TLinkData>? ParseToLinkCollection(string? value)

0 commit comments

Comments
 (0)