remove publicates

This commit is contained in:
Peter Maquiran
2023-06-05 10:14:48 +01:00
parent a1657b1e84
commit 005643ae92
14 changed files with 66 additions and 40 deletions
@@ -12,7 +12,7 @@ import { ThemeService } from 'src/app/services/theme.service'
})
export class DespachosPage implements OnInit {
skeletonLoader = true;
skeletonLoader = false;
filterName: 'Para hoje' | 'Novos'| 'Lidos'| 'Não lidos'| 'OverdueTasks' | 'Todos' = 'Todos'
showSearch = false
searchSubject = ''
@@ -29,7 +29,7 @@ export class DespachosPage implements OnInit {
ngOnInit() {
this.LoadList();
// this.LoadList();
this.router.events.forEach((event) => {
if (event instanceof NavigationStart && event.url.startsWith('/home/gabinete-digital?despachos=true')) {