web: fix linting
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -257,7 +257,10 @@ export class PlexSourceForm extends ModelForm<PlexSource, string> {
|
||||
name="authenticationFlow"
|
||||
>
|
||||
<select class="pf-c-form-control">
|
||||
<option value="" ?selected=${this.instance?.authenticationFlow === undefined}>
|
||||
<option
|
||||
value=""
|
||||
?selected=${this.instance?.authenticationFlow === undefined}
|
||||
>
|
||||
---------
|
||||
</option>
|
||||
${until(
|
||||
@ -299,7 +302,10 @@ export class PlexSourceForm extends ModelForm<PlexSource, string> {
|
||||
name="enrollmentFlow"
|
||||
>
|
||||
<select class="pf-c-form-control">
|
||||
<option value="" ?selected=${this.instance?.enrollmentFlow === undefined}>
|
||||
<option
|
||||
value=""
|
||||
?selected=${this.instance?.enrollmentFlow === undefined}
|
||||
>
|
||||
---------
|
||||
</option>
|
||||
${until(
|
||||
|
||||
Reference in New Issue
Block a user