mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(setting): update the por switch field component property (#7257)
This commit is contained in:
parent
39f9173956
commit
552d3f8a3e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue