Skip to content

Commit

Permalink
Fixed: Reset query string on reopening the manage facilities page aft…
Browse files Browse the repository at this point in the history
…er saving (#305).
  • Loading branch information
ravilodhi committed Sep 9, 2024
1 parent 01af605 commit d4223c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ManageFacilities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
async ionViewWillEnter() {
emitter.emit('presentLoader')
this.isSavingDetail = false
this.queryString = ''
await Promise.all([this.fetchFacilities(), this.fetchFacilityGroup()])
await this.fetchMemberFacilities();
await this.getFilteredFacilities();
Expand Down

0 comments on commit d4223c2

Please sign in to comment.