Skip to content

Commit

Permalink
Improved: added backdrop property which prevent triggering of any act…
Browse files Browse the repository at this point in the history
…ion(hotwax#474)
  • Loading branch information
R-Sourabh committed Oct 15, 2024
1 parent 1d10f10 commit e294c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/count/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { DateTime } from "luxon"

const actions: ActionTree<CountState, RootState> = {
async fetchCycleCounts({ commit, dispatch, state }, payload) {
emitter.emit("presentLoader", { message: "Fetching cycle counts..." })
emitter.emit("presentLoader", { message: "Fetching cycle counts...", backdropDismiss: false })
let counts: Array<any> = [], total = 0;

const params = {
Expand Down

0 comments on commit e294c99

Please sign in to comment.