more work on gtk & code cleanup
This commit is contained in:
@@ -23,5 +23,5 @@ public class Row
|
||||
public DateTime LastEditAt { get; set; }
|
||||
|
||||
[JsonProperty("data")]
|
||||
public List<RowData> Data { get; set; } = new();
|
||||
public List<RowData> Data { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user