add is invalid to list - NOT FINISHED

This commit is contained in:
2025-10-06 20:07:32 +03:30
parent 21df40af3b
commit dbbee73e2a
3 changed files with 10 additions and 3 deletions

View File

@@ -27,4 +27,5 @@ public class LeaveViewModel
public TimeSpan ShiftDuration { get; set; }
public bool HasShiftDuration { get; set; }
public bool IsInvalid { get; set; }
}