From e294c99b431eb7e9213775ad035b248005f6502f Mon Sep 17 00:00:00 2001 From: R-Sourabh Date: Tue, 15 Oct 2024 10:52:14 +0530 Subject: [PATCH] Improved: added backdrop property which prevent triggering of any action(#474) --- src/store/modules/count/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {