Make notes optional, again
This commit is contained in:
@@ -207,7 +207,7 @@ namespace MoneyMap.Pages
|
|||||||
public string Memo { get; set; } = "";
|
public string Memo { get; set; } = "";
|
||||||
public decimal Amount { get; set; }
|
public decimal Amount { get; set; }
|
||||||
public string Category { get; set; } = "";
|
public string Category { get; set; } = "";
|
||||||
public string Notes { get; set; } = "";
|
public string? Notes { get; set; } = "";
|
||||||
public string CardLabel { get; set; } = "";
|
public string CardLabel { get; set; } = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user