diff --git a/src/store/modules/count/actions.ts b/src/store/modules/count/actions.ts index 61128669..5c530de8 100644 --- a/src/store/modules/count/actions.ts +++ b/src/store/modules/count/actions.ts @@ -12,7 +12,7 @@ import { DateTime } from "luxon" const actions: ActionTree = { 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 = [], total = 0; const params = {