Update client/components/widgets/CronExpressionBuilder.vue

This commit is contained in:
advplyr 2023-02-21 16:00:01 -06:00 committed by GitHub
parent a006eb489d
commit 0d8917ced6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(' ')