@@ -374,11 +374,7 @@ export function ReviewPageClient({
|
|||||||
<Textarea
|
<Textarea
|
||||||
value={approvalNotes}
|
value={approvalNotes}
|
||||||
onChange={(e) => setApprovalNotes(e.target.value)}
|
onChange={(e) => setApprovalNotes(e.target.value)}
|
||||||
placeholder={
|
placeholder="Describe the required changes..."
|
||||||
approvalDialog.status === "APPROVED"
|
|
||||||
? "Any final comments..."
|
|
||||||
: "Describe the required changes..."
|
|
||||||
}
|
|
||||||
className="min-h-[100px]"
|
className="min-h-[100px]"
|
||||||
autoFocus
|
autoFocus
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user