Skip to content

Commit

Permalink
Fix an issue with sorting by customer currency on analytics > orders (#…
Browse files Browse the repository at this point in the history
…4459)

* Fix an issue with sorting by customer currency on analytics > orders page.

* Add changelog
  • Loading branch information
dmallory42 authored Jul 20, 2022
1 parent c56ed81 commit ed210ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog/dev-fix-analytics-sorting
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: fix

Fix an issue with sorting by customer currency in Analytics > Orders
2 changes: 1 addition & 1 deletion client/multi-currency-analytics/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ addFilter(
...tableData.headers,
{
isNumeric: false,
isSortable: true,
isSortable: false,
key: 'customer_currency',
label: __( 'Customer currency', 'woocommerce-payments' ),
required: false,
Expand Down

0 comments on commit ed210ae

Please sign in to comment.