MCPcopy Create free account
hub / github.com/flatlogic/react-material-admin / handleDelete

Function handleDelete

src/pages/user/UserList.js:170–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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!');

Callers

nothing calls this directly

Calls 1

sendNotificationFunction · 0.70

Tested by

no test coverage detected