fix mistake

This commit is contained in:
mateusppereira
2019-10-25 15:03:06 -03:00
parent 2f13546b8b
commit 224079674b

View File

@@ -51,6 +51,7 @@
<ul>
<li>
<pw-toggle
:on="settings.PROXY_ENABLED"
@change="applySetting('PROXY_ENABLED', $event)"
>Proxy {{ settings.PROXY_ENABLED ? "enabled" : "disabled" }}</pw-toggle>
</li>