mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
remove publicates
This commit is contained in:
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user