Ignore Payload translation.

This commit is contained in:
C. Oceania 2024-04-23 16:04:48 -05:00 committed by GitHub
parent 4f5df7f857
commit cc1cdd497e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")]