Browse Source

Cleanup.

pull/815/head
Sebastian 4 years ago
parent
commit
e230459303
  1. 2
      backend/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentFieldProperty.cs

2
backend/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentFieldProperty.cs

@ -51,7 +51,7 @@ namespace Squidex.Domain.Apps.Core.Scripting.ContentWrapper
public IJsonValue ContentValue
{
get => contentValue ??= JsonMapper.Map(value);
get => contentValue;
}
public bool IsChanged

Loading…
Cancel
Save