feat: Enhance UI/UX across multiple views with consistent styling and improved layout #3
1 changed files with 1 additions and 4 deletions
|
|
@ -31,14 +31,11 @@ public class LawnCareEvent
|
|||
[Required]
|
||||
[Display(Name = "Activity Type")]
|
||||
public LawnCareEventType EventType { get; set; }
|
||||
|
||||
// --- THIS IS THE LINE TO CHECK ---
|
||||
// Make sure this property exists and is spelled correctly.
|
||||
|
||||
[Required]
|
||||
[DataType(DataType.Date)]
|
||||
[Display(Name = "Date")]
|
||||
public DateTime EventDate { get; set; }
|
||||
// ---------------------------------
|
||||
|
||||
[Display(Name = "Mowing Pattern")]
|
||||
public MowingPattern? MowingPattern { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue