mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Update client/components/widgets/CronExpressionBuilder.vue
This commit is contained in:
parent
a006eb489d
commit
0d8917ced6
@ -279,10 +279,10 @@ export default {
|
||||
})
|
||||
},
|
||||
init() {
|
||||
this.selectedInterval = 'custom';
|
||||
this.selectedHour = 0;
|
||||
this.selectedMinute = 0;
|
||||
this.selectedWeekdays = [];
|
||||
this.selectedInterval = 'custom'
|
||||
this.selectedHour = 0
|
||||
this.selectedMinute = 0
|
||||
this.selectedWeekdays = []
|
||||
|
||||
if (!this.value) return
|
||||
const pieces = this.value.split(' ')
|
||||
|
Loading…
Reference in New Issue
Block a user