I added location.reload() for reload hole page

This commit is contained in:
Rajnikant 2022-04-18 12:06:23 +05:30
parent 50a5307d03
commit 78f2b76a14

View File

@ -71,7 +71,8 @@ export class LinkStyleEditorDialogComponent implements OnInit {
this.linkService.updateLinkStyle(this.server, this.link).subscribe((link) => {
this.linksDataSource.update(link);
this.linksEventSource.edited.next(this.linkToMapLink.convert(link));
this.toasterService.success("Link updated");
location.reload()
// this.toasterService.success("Link updated");
this.dialogRef.close();
});
} else {