-
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m3s

This commit is contained in:
x2Skyz
2025-11-20 13:31:19 +07:00
parent 1d2d593eee
commit 9db43971ce
4 changed files with 28 additions and 63 deletions

View File

@@ -38,9 +38,9 @@ export class MainManagerContentComponent implements OnInit {
ngOnInit(): void {
let token = localStorage.getItem('access_token')
this.OnSearchAct(token, true);
this.OnSetupDashboard(token, true);
this.OnSearchSum(token, true);
// this.OnSearchAct(token, true);
// this.OnSetupDashboard(token, true);
// this.OnSearchSum(token, true);
}
OnSearchAct(value: any, setupFirst: boolean): void {