Skip to content

Commit

Permalink
fix(client): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muink authored and 1715173329 committed Jul 27, 2024
1 parent 16563de commit 33bf382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/luci-static/resources/view/homeproxy/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ return view.extend({
so.modalonly = true;

so = ss.option(form.Flag, 'enabled', _('Enable'));
so.default = o.enabled;
so.default = so.enabled;
so.rmempty = false;
so.editable = true;

Expand Down

0 comments on commit 33bf382

Please sign in to comment.