task approval updates
Deploy / deploy (push) Successful in 2m38s

This commit is contained in:
twotalesanimation
2026-06-11 15:55:57 +02:00
parent b640fa472c
commit 7788907a4a
3 changed files with 99 additions and 14 deletions
@@ -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" });