Skip to content

Commit 1f77403

Browse files
committed
feat: call filterTable method after updating local counts in Main.controller
1 parent e850ca7 commit 1f77403

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webapp/controller/Main.controller.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,8 @@ export default class Main extends BaseController {
672672
this.local.erpCount = counts.erpCount;
673673
this.local.fiCount = counts.fiCount;
674674
this.local.customCount = counts.customCount;
675+
676+
this.filterTable();
675677
}
676678

677679
public onOpenGitHub() {

0 commit comments

Comments
 (0)