add required validation for plannedTask using Zod schema #55
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "pramod_bug138"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added Zod validation to ensure plannedTask is a required positive integer
-Set max limit to (plannedWork - completedWork)
-Shows appropriate error message if limit is exceeded