@@ -176,10 +176,14 @@ export default function ClientReviewPage({
|
||||
toast({
|
||||
title:
|
||||
approvalDialog.status === "APPROVED"
|
||||
? "Version approved!"
|
||||
? "Shot approved!"
|
||||
: approvalDialog.status === "REJECTED"
|
||||
? "Version rejected"
|
||||
: "Changes requested",
|
||||
description:
|
||||
approvalDialog.status === "APPROVED"
|
||||
? "The shot has been marked as client approved."
|
||||
: undefined,
|
||||
});
|
||||
} catch {
|
||||
toast({ title: "Failed to submit decision", variant: "destructive" });
|
||||
|
||||
Reference in New Issue
Block a user