Skip to content

Commit

Permalink
replace v-show with v-if in SolarChargerAdminView
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBoehm committed Nov 21, 2024
1 parent 94230c1 commit 0f4d1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/views/SolarChargerAdminView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<InputElement
:label="$t('solarchargeradmin.MqttPublishUpdatesOnly')"
v-model="solarChargerConfigList.publish_updates_only"
v-show="solarChargerConfigList.provider === 0"
v-if="solarChargerConfigList.provider === 0"
type="checkbox"
wide
/>
Expand Down

0 comments on commit 0f4d1f3

Please sign in to comment.