Skip to content

Commit

Permalink
Merge pull request Greenstand#547 from dadiorchen/issue546
Browse files Browse the repository at this point in the history
fix: bug 546
  • Loading branch information
dadiorchen authored Mar 17, 2022
2 parents d7c16a6 + 0eb635e commit 8d9298b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PaymentsTable/PaymentsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function PaymentsTable() {
const [isShowUploadSnack, setIsShowUploadSnack] = useState(false);
const [paymentsPerPage, setPaymentsPerPage] = useState(20);
const [sortBy, setSortBy] = useState({
field: 'effective_payment_date',
field: 'calculated_at',
order: 'desc',
});
const [isDateFilterOpen, setIsDateFilterOpen] = useState(false);
Expand Down

0 comments on commit 8d9298b

Please sign in to comment.