From b0bbecdde07b8ab64522ca723d127883a3842277 Mon Sep 17 00:00:00 2001 From: Abhimanyu-dev Date: Thu, 7 Nov 2024 09:16:14 +0530 Subject: [PATCH 1/2] Updated delete functionality in Events --- components/Modals/DeleteConfirmation.tsx | 2 +- .../admin/rc/[rcid]/event/[eventId]/index.tsx | 265 +++++++++--------- 2 files changed, 138 insertions(+), 129 deletions(-) diff --git a/components/Modals/DeleteConfirmation.tsx b/components/Modals/DeleteConfirmation.tsx index 0d1c12ad..b7aa6a3a 100644 --- a/components/Modals/DeleteConfirmation.tsx +++ b/components/Modals/DeleteConfirmation.tsx @@ -25,7 +25,7 @@ function DeleteConfirmation({ }) { return ( -

Are you sure you want to Delete?

+

Are you sure you want to delete all students?