mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
change home
This commit is contained in:
@@ -3,7 +3,6 @@ import { NavigationEnd, Router } from '@angular/router';
|
||||
import { LoginUserRespose } from 'src/app/models/user.model';
|
||||
import { ThemeService } from 'src/app/services/theme.service'
|
||||
import { TaskService } from 'src/app/services/task.service'
|
||||
/* import MiniSearch from 'minisearch' */
|
||||
|
||||
@Component({
|
||||
selector: 'app-all-processes',
|
||||
@@ -83,7 +82,7 @@ export class AllProcessesPage implements OnInit {
|
||||
}
|
||||
async closeSearch() {
|
||||
this.searchSubject = ''
|
||||
// this.dynamicSearch()
|
||||
this.dynamicSearch()
|
||||
}
|
||||
|
||||
async basicSearch() {
|
||||
|
||||
Reference in New Issue
Block a user