mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Fix loading data twice in rest tables
This commit is contained in:
parent
8e2392e512
commit
6c53d8bf1d
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue