mirror of
https://github.com/crater-invoice/crater.git
synced 2025-11-01 06:01:08 -04:00
build version 400
This commit is contained in:
@ -7,7 +7,8 @@ const initialState = {
|
||||
totalPayments: 0,
|
||||
selectAllField: false,
|
||||
selectedPayments: [],
|
||||
paymentModes: []
|
||||
paymentModes: [],
|
||||
selectedNote: null,
|
||||
}
|
||||
|
||||
export default {
|
||||
@ -19,5 +20,5 @@ export default {
|
||||
|
||||
actions: actions,
|
||||
|
||||
mutations: mutations
|
||||
mutations: mutations,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user