Skip to content

Commit c09ee40

Browse files
author
Hoang Nguyen
authored
Fix can't select schedule interval type in configure backup schedule (apache#6547)
1 parent 4b8af6f commit c09ee40

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui/src/views/compute/backup/FormSchedule.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,6 @@ export default {
226226
}
227227
},
228228
handleChangeIntervalType (e) {
229-
this.form.intervaltype = e.target.value
230-
this.resetForm()
231-
232229
switch (this.form.intervaltype) {
233230
case 'weekly':
234231
this.fetchDayOfWeek()

0 commit comments

Comments
 (0)