Skip to content

Commit

Permalink
[desktop]: Fix property binding
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Dec 8, 2024
1 parent 692dbb4 commit 087b336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/app/settings/settings.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
<div class="col-12">
<neb-location
[(location)]="preference.location"
[location]="preference.location"
(update)="locationChanged()" />
</div>
</div>
Expand Down

0 comments on commit 087b336

Please sign in to comment.