Skip to content
Snippets Groups Projects
Commit 97c325e6 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

turn off CARTA email alert from WS UI

parent 246dc5ae
No related branches found
No related tags found
1 merge request!1129turn off CARTA email alert from WS UI
Pipeline #7251 passed
......@@ -63,7 +63,7 @@ export class RequestOperationsComponent implements OnInit {
next: (resp: any) => {
this.cartaResponse = resp;
this.hasBeenClicked = true;
this.cartaLaunched.emit({ type: "carta", email: this.userEmail });
// this.cartaLaunched.emit({ type: "carta", email: this.userEmail });
},
error: (error) => {
console.log(error);
......
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