From f3fd043255602ee91ca7a7cf94be83704ff76d3c Mon Sep 17 00:00:00 2001 From: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:39:21 -0400 Subject: [PATCH] add enableOverflow (#17249) Co-authored-by: CarinaWolli --- apps/web/components/dialog/ReassignDialog.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/web/components/dialog/ReassignDialog.tsx b/apps/web/components/dialog/ReassignDialog.tsx index ebf03e9c84..a64aececaf 100644 --- a/apps/web/components/dialog/ReassignDialog.tsx +++ b/apps/web/components/dialog/ReassignDialog.tsx @@ -114,7 +114,10 @@ export const ReassignDialog = ({ isOpenDialog, setIsOpenDialog, teamId, bookingI onOpenChange={(open) => { setIsOpenDialog(open); }}> - + {/* TODO add team member reassignment*/}