Skip to content

Commit

Permalink
fix(ZMS-3466): fix cancel update availability clear errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fink authored and Thomas Fink committed Feb 4, 2025
1 parent b504141 commit 0a49139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zmsadmin/js/page/availabilityDay/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ class AvailabilityPage extends Component {
}), () => {
this.refreshData()
this.getValidationList()
this.getConflictList();
})
}

Expand Down

0 comments on commit 0a49139

Please sign in to comment.