From dcb510964e599b4bb145589c2c79cd61e6fb482f Mon Sep 17 00:00:00 2001 From: Mannu Date: Sun, 17 May 2026 14:41:01 +0530 Subject: [PATCH] fix(growth): add Cancel button to add form Co-Authored-By: Claude Sonnet 4.6 --- src/app/growth/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/growth/page.tsx b/src/app/growth/page.tsx index 628665f..befe2b3 100644 --- a/src/app/growth/page.tsx +++ b/src/app/growth/page.tsx @@ -622,9 +622,14 @@ export default function GrowthPage() { ) : ( - + <> + + + )}