aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core')
-rw-r--r--client/src/app/core/rest/rest-table.ts2
1 files changed, 1 insertions, 1 deletions
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 {
110 .subscribe(params => { 110 .subscribe(params => {
111 this.search = params.search || '' 111 this.search = params.search || ''
112 112
113 // Primeng table will run an event to load data
113 this.setTableFilter(this.search) 114 this.setTableFilter(this.search)
114 this.loadData()
115 }) 115 })
116 } 116 }
117 117