mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
BiG-5: Complete, add switch small and medium table row size.
This commit is contained in:
@@ -10,13 +10,39 @@ const initialState = {
|
||||
organization: {
|
||||
name: 'Bigcapital, LLC',
|
||||
},
|
||||
manualJournals: {},
|
||||
bills: {},
|
||||
billPayments: {},
|
||||
salesEstimates: {},
|
||||
manualJournals: {
|
||||
tableSize: 'medium',
|
||||
},
|
||||
bills: {
|
||||
tableSize: 'medium',
|
||||
},
|
||||
billPayments: {
|
||||
tableSize: 'medium',
|
||||
},
|
||||
paymentReceives: {
|
||||
tableSize: 'medium',
|
||||
},
|
||||
salesEstimates: {
|
||||
tableSize: 'medium',
|
||||
},
|
||||
items: {
|
||||
tableSize: 'medium',
|
||||
},
|
||||
salesInvoices: {
|
||||
tableSize: 'medium',
|
||||
},
|
||||
salesReceipts: {
|
||||
tableSize: 'medium',
|
||||
},
|
||||
expenses: {
|
||||
tableSize: 'medium',
|
||||
},
|
||||
customers: {
|
||||
tableSize: 'medium',
|
||||
},
|
||||
vendors: {
|
||||
tableSize: 'medium',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user