Ignore Payload translation.
This commit is contained in:
parent
4f5df7f857
commit
cc1cdd497e
|
|
@ -17,7 +17,6 @@ public class ElementButton
|
|||
public string Title { get; set; } = string.Empty;
|
||||
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
|
||||
[Translate]
|
||||
public string Payload { get; set; }
|
||||
|
||||
[JsonPropertyName("is_primary")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue