Skip to content

Commit

Permalink
fix: Update versions of @typescript-eslint/eslint-plugin, @typescript…
Browse files Browse the repository at this point in the history
…-eslint/parser, jest-preset-angular, and ts-jest file
  • Loading branch information
silicia-apps committed May 21, 2024
1 parent b83116f commit 69cac20
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 92 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ export class SioDatabaseListComponent implements OnInit {

ngOnInit(): void {
this.sioCoreLoggerService.debug('[SioDatabaseListComponent][ngOnInit]');
if (this.store) {
this.store.setRemoteIndex(0);
this.store.load();
}
}

public leftSwipe(event: Event) {
Expand Down
181 changes: 93 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 69cac20

Please sign in to comment.