Skip to content

Commit

Permalink
proper checkbox field
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Jan 17, 2024
1 parent 196d4ea commit c809ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elm/Pages/Secrets/Form.elm
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ viewEventsSelect secret model =
[ strong [ class "settings-subtitle" ] [ text "Schedule" ]
, div [ class "form-controls", class "-two-col-secrets" ]
[ checkbox "Schedule"
"allow_schedule_run"
"schedule"
secret.allowEvents.schedule.run
<|
OnChangeEvent "allow_schedule_run"
Expand Down

0 comments on commit c809ddb

Please sign in to comment.