Skip to content

Commit

Permalink
Merge pull request #144 from AOT-Technologies/feature/BlackOuts
Browse files Browse the repository at this point in the history
btn reset
  • Loading branch information
ann-aot authored Feb 20, 2021
2 parents 84ea191 + 4ab7aec commit 8c87438
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,8 @@ export default class AppointmentBlackoutModal extends Vue {
this.stat_dates = [{note:""}]
this.stat_submit = false
this.show_stat_next = false
this.show_next = true
this.hideCollapse('collapse-single-event')
this.hideCollapse('collapse-recurring-stat')
}
Expand All @@ -1170,6 +1172,7 @@ export default class AppointmentBlackoutModal extends Vue {
this.stat_dates = [{note:""}]
this.stat_submit = false
this.show_stat_next = false
this.show_next = true
this.hideCollapse('collapse-recurring-events')
this.hideCollapse('collapse-recurring-stat')
Expand Down Expand Up @@ -1197,6 +1200,8 @@ export default class AppointmentBlackoutModal extends Vue {
this.end_time = null
this.recurring_input_state = ''
this.single_input_state = ''
this.show_next = true
this.hideCollapse('collapse-single-event')
this.hideCollapse('collapse-recurring-events')
}
Expand Down

0 comments on commit 8c87438

Please sign in to comment.