diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts b/client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts index 904f62b57..e34836a18 100644 --- a/client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts +++ b/client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts | |||
@@ -70,7 +70,7 @@ export class AbuseListTableComponent extends RestTable implements OnInit, AfterV | |||
70 | } | 70 | } |
71 | 71 | ||
72 | ngAfterViewInit () { | 72 | ngAfterViewInit () { |
73 | if (this.search) this.setTableFilter(this.search) | 73 | if (this.search) this.setTableFilter(this.search, false) |
74 | } | 74 | } |
75 | 75 | ||
76 | isAdminView () { | 76 | isAdminView () { |