mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-31 21:51:10 -04:00
build version 400
This commit is contained in:
@ -6,7 +6,8 @@ const initialState = {
|
||||
customers: [],
|
||||
totalCustomers: 0,
|
||||
selectAllField: false,
|
||||
selectedCustomers: []
|
||||
selectedCustomers: [],
|
||||
selectedViewCustomer: {},
|
||||
}
|
||||
|
||||
export default {
|
||||
@ -18,5 +19,5 @@ export default {
|
||||
|
||||
actions: actions,
|
||||
|
||||
mutations: mutations
|
||||
mutations: mutations,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user