mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-10 04:42:40 -05: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