This commit is contained in:
Peter Maquiran
2021-07-16 16:35:32 +01:00
parent 39a16f072e
commit 175d7b8a0c
@@ -39,7 +39,7 @@ skeletonLoader = true
const pathname = location.pathname + location.search
this.router.events.forEach((event) => {
if (event instanceof NavigationEnd && event.url.startsWith(pathname)) {
if (event instanceof NavigationEnd && event.url.startsWith('/home/gabinete-digital?diplomasassinar=true')) {
this.LoadList();
}
});