diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-19 15:22:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-20 09:25:44 +0200 |
commit | 7e76cc380040e40a2292a9dc825f037c9b538030 (patch) | |
tree | b429864cb2ef27c98b93c98cf09264be4a9d4868 /client/src/app/shared | |
parent | 906f46d0849fac3e2b30b7bdd57759e189d6a35d (diff) | |
download | PeerTube-7e76cc380040e40a2292a9dc825f037c9b538030.tar.gz PeerTube-7e76cc380040e40a2292a9dc825f037c9b538030.tar.zst PeerTube-7e76cc380040e40a2292a9dc825f037c9b538030.zip |
Add quick filter for followers
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-forms/advanced-input-filter.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-forms/advanced-input-filter.component.ts b/client/src/app/shared/shared-forms/advanced-input-filter.component.ts index 113219f48..8315662b4 100644 --- a/client/src/app/shared/shared-forms/advanced-input-filter.component.ts +++ b/client/src/app/shared/shared-forms/advanced-input-filter.component.ts | |||
@@ -55,7 +55,7 @@ export class AdvancedInputFilterComponent implements OnInit, AfterViewInit { | |||
55 | } | 55 | } |
56 | 56 | ||
57 | hasFilters () { | 57 | hasFilters () { |
58 | return this.filters.length !== 0 | 58 | return this.filters && this.filters.length !== 0 |
59 | } | 59 | } |
60 | 60 | ||
61 | private scheduleSearchUpdate (value: string) { | 61 | private scheduleSearchUpdate (value: string) { |