mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-10 12:52:41 -05:00
build version 400
This commit is contained in:
4
resources/assets/js/store/modules/search/getters.js
Normal file
4
resources/assets/js/store/modules/search/getters.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const getCustomerList = (state) =>
|
||||
state.customerList ? state.customerList : []
|
||||
|
||||
export const getUserList = (state) => (state.userList ? state.userList : [])
|
||||
Reference in New Issue
Block a user