Fix: Prevent approval with blocking errors

This commit is contained in:
gpt-engineer-app[bot]
2025-10-13 20:22:34 +00:00
parent 3aa928da00
commit dc21e2a6aa
3 changed files with 49 additions and 3 deletions

View File

@@ -33,7 +33,8 @@ export function ValidationBlockerDialog({
Cannot Approve: Validation Errors
</AlertDialogTitle>
<AlertDialogDescription>
The following items have blocking validation errors that must be fixed before approval:
The following items have blocking validation errors that MUST be fixed before approval.
These items cannot be approved until the errors are resolved. Please edit or reject them.
</AlertDialogDescription>
</AlertDialogHeader>