diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-12 00:45:45 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-12 00:46:48 +0100 |
commit | 8227643bce85747953eb43ddc553f14d29bc475f (patch) | |
tree | a6eed88b9e0c84a5f820ca2095fc58c22cc38fe2 /client/src/app/+admin | |
parent | c9ad38f4cb11dded664b03b79942b61343815d06 (diff) | |
download | PeerTube-8227643bce85747953eb43ddc553f14d29bc475f.tar.gz PeerTube-8227643bce85747953eb43ddc553f14d29bc475f.tar.zst PeerTube-8227643bce85747953eb43ddc553f14d29bc475f.zip |
hide RSS for comments, normalize video-channel edit with account edit
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts index c3eac68bb..d81859d5c 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts | |||
@@ -18,7 +18,7 @@ import { NgbTabset } from '@ng-bootstrap/ng-bootstrap' | |||
18 | styleUrls: [ './edit-custom-config.component.scss' ] | 18 | styleUrls: [ './edit-custom-config.component.scss' ] |
19 | }) | 19 | }) |
20 | export class EditCustomConfigComponent extends FormReactive implements OnInit, AfterViewChecked { | 20 | export class EditCustomConfigComponent extends FormReactive implements OnInit, AfterViewChecked { |
21 | @ViewChild('tabs') private tabs: NgbTabset | 21 | @ViewChild('tabs') tabs: NgbTabset |
22 | 22 | ||
23 | initDone = false | 23 | initDone = false |
24 | customConfig: CustomConfig | 24 | customConfig: CustomConfig |