Files
crater/resources/assets/js/store/modules/customer/getters.js
Mohit Panjwani bdf2ba51d6 init crater
2019-11-11 12:16:00 +05:30

5 lines
244 B
JavaScript

export const customers = (state) => state.customers
export const selectAllField = (state) => state.selectAllField
export const selectedCustomers = (state) => state.selectedCustomers
export const totalCustomers = (state) => state.totalCustomers