Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
8e4aff44
Verified
Commit
8e4aff44
authored
Apr 14, 2020
by
Chocobozzz
Browse files
Fix lint
parent
f940e814
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/app/+admin/users/user-edit/user-edit.ts
View file @
8e4aff44
...
...
@@ -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
=>
({
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment