Skip to content

Commit

Permalink
feat: check check yo
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Apr 15, 2024
1 parent 11a8ae3 commit 792d95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }),
);
Expand Down

0 comments on commit 792d95f

Please sign in to comment.