mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 13:23:04 +01:00
Make schedule enabled a checkbox
This commit is contained in:
4875
public/js/app.js
vendored
4875
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
@@ -40,7 +40,7 @@ export default class SettingsIndex extends Component {
|
||||
},
|
||||
{
|
||||
obj: data.schedule_enabled,
|
||||
type: 'text',
|
||||
type: 'checkbox',
|
||||
},
|
||||
{
|
||||
obj: data.schedule,
|
||||
|
||||
Reference in New Issue
Block a user