mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix(webapp): change the default from/to date values of reports
This commit is contained in:
@@ -19,7 +19,7 @@ export default function InventoryValuationTable({
|
||||
}) {
|
||||
// inventory valuation context.
|
||||
const {
|
||||
inventoryValuation: { tableRows },
|
||||
inventoryValuation: { tableRows, query },
|
||||
isLoading,
|
||||
} = useInventoryValuationContext();
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function InventoryValuationTable({
|
||||
<InventoryValuationSheet
|
||||
companyName={companyName}
|
||||
sheetType={intl.get('inventory_valuation')}
|
||||
asDate={new Date()}
|
||||
asDate={query.as_date}
|
||||
loading={isLoading}
|
||||
>
|
||||
<InventoryValuationDataTable
|
||||
|
||||
Reference in New Issue
Block a user