Skip to content

Commit

Permalink
Improved: dismiss loader before the we route to closed page(hotwax#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Jan 17, 2025
1 parent 60bc6b7 commit d28a310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/PendingReviewDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ async function completeCount() {
inventoryCountImportId: currentCycleCount.value.countId,
statusId: "INV_COUNT_COMPLETED"
})
emitter.emit("dismissLoader")
router.push("/closed")
showToast(translate("Count has been marked as completed"))
} catch(err) {
Expand Down

0 comments on commit d28a310

Please sign in to comment.