Skip to content

Commit

Permalink
Merge pull request #477 from R-Sourabh/#474-count-list-background-click
Browse files Browse the repository at this point in the history
Improved: added backdrop property which prevent triggering of any action(#474)
  • Loading branch information
ymaheshwari1 authored Oct 25, 2024
2 parents 97025a0 + e294c99 commit cdcb9a6
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 cdcb9a6

Please sign in to comment.