mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed issue with couchpotato profiles not loading correctly
This commit is contained in:
parent
5db455e899
commit
a9bbd55c05
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<settings-menu>
|
||||
<settings-menu>
|
||||
</settings-menu>
|
||||
<div class="small-middle-container">
|
||||
<div *ngIf="form">
|
||||
|
@ -55,7 +55,7 @@
|
|||
<mat-form-field appearance="outline">
|
||||
<mat-label>Quality Profiles</mat-label>
|
||||
<mat-select formControlName="defaultProfileId">
|
||||
<mat-option *ngFor="let profile of profiles" value="{{profile._id}}">{{profile.label}}</mat-option>
|
||||
<mat-option *ngFor="let profile of profiles.list" value="{{profile._id}}">{{profile.label}}</mat-option>
|
||||
</mat-select>
|
||||
<mat-error>A Default Quality Profile is required</mat-error>
|
||||
</mat-form-field>
|
||||
|
@ -85,4 +85,4 @@
|
|||
</form>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue