Skip to content

Commit

Permalink
feat: set default go tab sorting by descending date
Browse files Browse the repository at this point in the history
fix #71
  • Loading branch information
erichartline committed Dec 6, 2018
1 parent ae4f062 commit 0d07fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/Ontology/goaReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import {

const initialState = {
currentTab: "all",
tableOrder: "asc",
tableSortBy: "qualifier",
tableOrder: "desc",
tableSortBy: "date",
}

const goaReducer = (
Expand Down

0 comments on commit 0d07fdd

Please sign in to comment.