mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix(webap): sales by items query state from query string
This commit is contained in:
@@ -31,7 +31,7 @@ function ReceivableAgingSummarySheet({
|
||||
asDate: moment(filter.asDate).format('YYYY-MM-DD'),
|
||||
};
|
||||
setLocationQuery(_filter);
|
||||
}, []);
|
||||
}, [setLocationQuery]);
|
||||
|
||||
// Handle number format submit.
|
||||
const handleNumberFormatSubmit = (numberFormat) => {
|
||||
|
||||
Reference in New Issue
Block a user