()
| 168 | }; |
| 169 | |
| 170 | const handleDelete = () => { |
| 171 | actions.doDelete(managementValue.idToDelete)(managementDispatch); |
| 172 | sendNotification('User deleted'); |
| 173 | }; |
| 174 | |
| 175 | React.useEffect(() => { |
| 176 | sendNotification('This page is only available in React Material Admin Full with Node.js integration!'); |
nothing calls this directly
no test coverage detected