Skip to content

Commit 31926d6

Browse files
Sorting direction changed from descending order to ascending order
1 parent 1f5bed9 commit 31926d6

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/sortBy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ define([
1212
template: 'ui/grid/sortBy',
1313
options: [],
1414
applied: {},
15-
sorting: 'desc',
15+
sorting: 'asc',
1616
columnsProvider: 'ns = ${ $.ns }, componentType = columns',
1717
selectedOption: '',
1818
isVisible: true,

0 commit comments

Comments
 (0)