diff --git a/applications/Unity.GrantManager/src/Unity.GrantManager.Web/Pages/GrantApplications/Index.js b/applications/Unity.GrantManager/src/Unity.GrantManager.Web/Pages/GrantApplications/Index.js index d4a123a92..7f40bfe57 100644 --- a/applications/Unity.GrantManager/src/Unity.GrantManager.Web/Pages/GrantApplications/Index.js +++ b/applications/Unity.GrantManager/src/Unity.GrantManager.Web/Pages/GrantApplications/Index.js @@ -95,7 +95,7 @@ }) dt.colReorder.order(orderedIndexes); - dt.order([4, 'asc']).search('').draw(); + dt.order([4, 'desc']).search('').draw(); // Close the dropdown dt.buttons('.grp-savedStates')