pull/2629/head
Chocobozzz 2020-04-14 09:46:42 +02:00
parent f940e81469
commit 8e4aff44b0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -94,11 +94,11 @@ export abstract class UserEdit extends FormReactive implements OnInit {
protected buildQuotaOptions () {
// These are used by a HTML select, so convert key into strings
this.videoQuotaOptions = this.configService
.videoQuotaOptions.map(q => ({
.videoQuotaOptions.map(q => ({
value: q.value?.toString(),
label: q.label,
disabled: q.disabled
}))
}))
this.videoQuotaDailyOptions = this.configService
.videoQuotaDailyOptions.map(q => ({