Skip to content

Commit

Permalink
[desktop]: Fix label binding
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Dec 12, 2024
1 parent f2ce719 commit bf675a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/app/indi/property/indi-property.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
@if (mProperty.perm !== 'RO') {
<div class="col-6">
<neb-input-text
label="item.label"
[label]="item.label"
[(value)]="item.valueToSend" />
</div>
}
Expand Down

0 comments on commit bf675a4

Please sign in to comment.