Skip to content

Commit

Permalink
overheat mode webui button enable
Browse files Browse the repository at this point in the history
  • Loading branch information
WantClue committed Aug 13, 2024
1 parent 90ebf26 commit 2653c8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
</div>
</div>

<div class="col-12 md:col-4" *ngIf="form.get('overheat')?.value === 1">
<div class="col-12 md:col-4" *ngIf="form.get('overheat_mode')?.value === 1">
<div class="field-checkbox">
<p-checkbox name="overheat_mode" formControlName="overheat_mode" inputId="overheat_mode"
[binary]="true"></p-checkbox>
Expand Down

0 comments on commit 2653c8c

Please sign in to comment.