From 6c53d8bf1d0662c1ef86463981f2afd2d9568b50 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 8 Dec 2020 11:54:07 +0100 Subject: Fix loading data twice in rest tables --- client/src/app/core/rest/rest-table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/core') diff --git a/client/src/app/core/rest/rest-table.ts b/client/src/app/core/rest/rest-table.ts index 50f6bf39d..d53cac4c8 100644 --- a/client/src/app/core/rest/rest-table.ts +++ b/client/src/app/core/rest/rest-table.ts @@ -110,8 +110,8 @@ export abstract class RestTable { .subscribe(params => { this.search = params.search || '' + // Primeng table will run an event to load data this.setTableFilter(this.search) - this.loadData() }) } -- cgit v1.2.3