Skip to content

Commit 7b60f94

Browse files
authored
Merge pull request #38 from emarksonopti/bugfix/LazyLoading
Providing fix for Lazy Loading
2 parents 6f6ea98 + 0859314 commit 7b60f94

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)