Fix rowsPerPage change, add filter clear button, update video-abuse-list search query param dynamically

This commit is contained in:
Rigel Kent
2020-05-03 23:01:57 +02:00
committed by Rigel Kent
parent 801d957155
commit 25a42e293b
22 changed files with 175 additions and 64 deletions

View File

@@ -23,7 +23,7 @@ export interface VideoAbuse {
}
createdAt: Date
updatedAt?: Date
updatedAt: Date
count?: number
nth?: number