Skip to content
Snippets Groups Projects
Commit 0952173a authored by Richard Willie Ekong's avatar Richard Willie Ekong
Browse files

correct call to function makeDeleteRequest(..)

parent fd1c5c30
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
//hide the dialog and ... //hide the dialog and ...
dialog.hidden = true; dialog.hidden = true;
//just fallback to ensure the delete request is made //just fallback to ensure the delete request is made
makeDeleteRequest() makeDeleteRequest(email, row);
}else { }else {
positiveButton.addEventListener("click", e =>{ positiveButton.addEventListener("click", e =>{
makeDeleteRequest(email, row); makeDeleteRequest(email, row);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment