mirror of https://github.com/Chocobozzz/PeerTube
Fix lint
parent
f940e81469
commit
8e4aff44b0
|
@ -98,7 +98,7 @@ export abstract class UserEdit extends FormReactive implements OnInit {
|
||||||
value: q.value?.toString(),
|
value: q.value?.toString(),
|
||||||
label: q.label,
|
label: q.label,
|
||||||
disabled: q.disabled
|
disabled: q.disabled
|
||||||
}))
|
}))
|
||||||
|
|
||||||
this.videoQuotaDailyOptions = this.configService
|
this.videoQuotaDailyOptions = this.configService
|
||||||
.videoQuotaDailyOptions.map(q => ({
|
.videoQuotaDailyOptions.map(q => ({
|
||||||
|
|
Loading…
Reference in New Issue