Skip to content

Commit 8c832ca

Browse files
Merge pull request #1481 from bcgov/test
Test
2 parents a26506b + db036fe commit 8c832ca

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)