Skip to content
Snippets Groups Projects
Verified Commit 993fa8ce authored by Alex ORLUC's avatar Alex ORLUC
Browse files

remove notif after jnlp close

parent 0fb45779
No related branches found
No related tags found
No related merge requests found
...@@ -230,7 +230,6 @@ export class TemplateAdministrationComponent implements OnInit { ...@@ -230,7 +230,6 @@ export class TemplateAdministrationComponent implements OnInit {
.subscribe((data: any) => { .subscribe((data: any) => {
this.lockFound = data.lockFileFound; this.lockFound = data.lockFileFound;
if(!this.lockFound){ if(!this.lockFound){
this.notify.success(this.lang.modelUpdated);
clearInterval(this.intervalLockFile); clearInterval(this.intervalLockFile);
} }
}); });
......
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