Skip to content

Commit 27e7cd3

Browse files
committed
2 parents 7e19978 + 7b60f94 commit 27e7cd3

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)