@@ -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
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user