mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix(webapp): change the default from/to date values of reports
This commit is contained in:
@@ -31,9 +31,6 @@ const numericColumn = R.curry((data, index, column) => ({
|
||||
align: Align.Right,
|
||||
}));
|
||||
|
||||
/**
|
||||
* columns mapper.
|
||||
*/
|
||||
const columnsMapper = R.curry((data, index, column) => ({
|
||||
id: column.key,
|
||||
key: column.key,
|
||||
|
||||
Reference in New Issue
Block a user