Make schedule enabled a checkbox

This commit is contained in:
Henry Whitaker
2020-12-20 00:58:20 +00:00
parent feffc0023f
commit 752ef06626
2 changed files with 128 additions and 4749 deletions

4875
public/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -40,7 +40,7 @@ export default class SettingsIndex extends Component {
}, },
{ {
obj: data.schedule_enabled, obj: data.schedule_enabled,
type: 'text', type: 'checkbox',
}, },
{ {
obj: data.schedule, obj: data.schedule,