share settings updated2
Deploy / deploy (push) Successful in 2m35s

This commit is contained in:
twotalesanimation
2026-06-11 13:47:14 +02:00
parent e801476574
commit 7b9bbbec16
+1 -5
View File
@@ -374,11 +374,7 @@ export function ReviewPageClient({
<Textarea
value={approvalNotes}
onChange={(e) => setApprovalNotes(e.target.value)}
placeholder={
approvalDialog.status === "APPROVED"
? "Any final comments..."
: "Describe the required changes..."
}
placeholder="Describe the required changes..."
className="min-h-[100px]"
autoFocus
/>