From 51d76c9841858308c6c79769649028c0adac1d13 Mon Sep 17 00:00:00 2001 From: Mariela Date: Mon, 25 Jul 2022 00:17:26 -0600 Subject: [PATCH] fixes en administradores de comunidad --- .../components/AdministradoresComunidad.js | 157 ++++-------------- 1 file changed, 34 insertions(+), 123 deletions(-) diff --git a/web-ui/web-react/src/components/AdministradoresComunidad.js b/web-ui/web-react/src/components/AdministradoresComunidad.js index 3eae0d1f..4c5bab8f 100644 --- a/web-ui/web-react/src/components/AdministradoresComunidad.js +++ b/web-ui/web-react/src/components/AdministradoresComunidad.js @@ -155,6 +155,10 @@ const AdministradoresComunidad = () => { setDeleteAdminCommunityDialog(true); } + const confirmDeleteSelected = () => { + setDeleteAdminsCommunitiesDialog(true); + } + const actionsAdminCommunity = (rowData) => { return ( @@ -178,6 +182,36 @@ const AdministradoresComunidad = () => { ); + + const leftToolbarTemplate = () => { + return ( + +
+
+
+ ) + } + + const rightToolbarTemplate = () => { + return ( + +