Skip to content

Commit db036fe

Browse files
authored
Merge pull request #1480 from bcgov/dev
Dev
2 parents ff97a59 + 46a0e3a commit db036fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • applications/Unity.GrantManager/src/Unity.GrantManager.Web/Pages/GrantApplications

applications/Unity.GrantManager/src/Unity.GrantManager.Web/Pages/GrantApplications/Index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
})
9696
dt.colReorder.order(orderedIndexes);
9797

98-
dt.order([4, 'asc']).search('').draw();
98+
dt.order([4, 'desc']).search('').draw();
9999

100100
// Close the dropdown
101101
dt.buttons('.grp-savedStates')

0 commit comments

Comments
 (0)