aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-10 09:52:20 +0200
committerChocobozzz <me@florianbigard.com>2022-06-10 09:52:20 +0200
commit60ab5b99c76103d14c0f3ce7b3bba6d7451e2220 (patch)
treea7866e4c9a756cab9ef33de926766a446b81108a /client
parent4c0b4a08fe5afb083d30f87adfbd7ada18a86bb4 (diff)
downloadPeerTube-60ab5b99c76103d14c0f3ce7b3bba6d7451e2220.tar.gz
PeerTube-60ab5b99c76103d14c0f3ce7b3bba6d7451e2220.tar.zst
PeerTube-60ab5b99c76103d14c0f3ce7b3bba6d7451e2220.zip
Fix filters error in console
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+my-library/my-videos/my-videos.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-library/my-videos/my-videos.component.ts b/client/src/app/+my-library/my-videos/my-videos.component.ts
index 64e56a250..91cc06702 100644
--- a/client/src/app/+my-library/my-videos/my-videos.component.ts
+++ b/client/src/app/+my-library/my-videos/my-videos.component.ts
@@ -67,7 +67,7 @@ export class MyVideosComponent implements OnInit, DisableForReuseHook {
67 67
68 user: User 68 user: User
69 69
70 inputFilters: AdvancedInputFilter[] 70 inputFilters: AdvancedInputFilter[] = []
71 71
72 disabled = false 72 disabled = false
73 73