Make notes optional, again

This commit is contained in:
AJ
2025-10-04 18:18:40 -04:00
parent 159e47ee69
commit 462973cf2f

View File

@@ -207,7 +207,7 @@ namespace MoneyMap.Pages
public string Memo { get; set; } = "";
public decimal Amount { get; set; }
public string Category { get; set; } = "";
public string Notes { get; set; } = "";
public string? Notes { get; set; } = "";
public string CardLabel { get; set; } = "";
}