From 0fb0b108137b6929eb8f49f91bbc1a332123204a Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 20:51:36 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/index.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 40bf039..41fd962 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -50,6 +50,7 @@ function Dashboard() { const [recentCases, setRecentCases] = useState([]); const [recentInvoices, setRecentInvoices] = useState([]); const [recentPayments, setRecentPayments] = useState([]); + const [taskDialogOpen, setTaskDialogOpen] = useState(false); const [upcomingReminders, setUpcomingReminders] = useState([]); const [loading, setLoading] = useState(true); @@ -173,13 +174,10 @@ function Dashboard() {
Quick actions
- - Add task - - } - /> + + {quickActions.map((a) => (