Skip to content

Commit

Permalink
reset when setting unavailable time
Browse files Browse the repository at this point in the history
  • Loading branch information
talvasconcelos committed Nov 6, 2023
1 parent 345ed2c commit 52a0cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/components/schedule-details/schedule-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async function scheduleDetails(path) {
)

this.unavailableDates.add(unavailable.data.start_time)
console.log(this.unavailableDates)
this.dateRange = null
this.$q.notify({
type: 'positive',
message: 'Unavailable dates set',
Expand Down

0 comments on commit 52a0cc8

Please sign in to comment.