From 792d95f83d86ea7187a083f6c075b45a16a38a07 Mon Sep 17 00:00:00 2001 From: junjiequan Date: Mon, 15 Apr 2024 15:49:32 +0200 Subject: [PATCH] feat: check check yo --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index a0b396e..f824fae 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -70,7 +70,7 @@ export class AppComponent implements OnDestroy, OnInit, AfterViewChecked { ngOnInit() { LoopBackConfig.setBaseURL(this.config.lbBaseURL); console.log(LoopBackConfig.getPath()); - + console.log("---hello"); this.store.dispatch( setDatasetTableColumnsAction({ columns: this.config.localColumns }), );