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 ( + +