mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 20:51:09 -04:00
build version 400
This commit is contained in:
@ -8,7 +8,9 @@ const initialState = {
|
||||
selectedInvoices: [],
|
||||
selectAllField: false,
|
||||
totalInvoices: 0,
|
||||
selectedCustomer: null
|
||||
selectedCustomer: null,
|
||||
selectedNote: null,
|
||||
selectedItem: null,
|
||||
}
|
||||
|
||||
export default {
|
||||
@ -20,5 +22,5 @@ export default {
|
||||
|
||||
actions: actions,
|
||||
|
||||
mutations: mutations
|
||||
mutations: mutations,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user