fix(setting): update the por switch field component property (#7257)

pull/7152/head
Oscar Zhou 2022-07-15 08:27:43 +12:00 committed by GitHub
parent 39f9173956
commit 552d3f8a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<div class="col-sm-12">
<por-switch-field
label="'Use custom logo'"
value="formValues.customLogo"
checked="formValues.customLogo"
name="'toggle_logo'"
disabled="state.isDemo"
on-change="(onToggleCustomLogo)"
@ -47,7 +47,7 @@
<div class="col-sm-12">
<por-switch-field
label="'Allow the collection of anonymous statistics'"
value="formValues.enableTelemetry"
checked="formValues.enableTelemetry"
name="'toggle_enableTelemetry'"
on-change="(onToggleEnableTelemetry)"
disabled="state.isDemo"