Skip to content

Commit

Permalink
#210 Only upload at night (6)
Browse files Browse the repository at this point in the history
Fix typo in UI
  • Loading branch information
dostuffthatmatters committed Jan 6, 2024
1 parent 07de096 commit 985d9d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default function ConfigSectionUpload() {
<configurationComponents.ConfigElementBooleanToggle
title="Only Upload At Night"
value={localSectionConfig.only_upload_at_night}
setValue={(v: boolean) => setLocalConfigItem(`upload.only_upload_at_nighte`, v)}
setValue={(v: boolean) => setLocalConfigItem(`upload.only_upload_at_night`, v)}
oldValue={
centralSectionConfig !== null ? centralSectionConfig.only_upload_at_night : null
}
Expand Down

0 comments on commit 985d9d8

Please sign in to comment.