Skip to content

Commit

Permalink
removes unnecessary sort on time
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu committed Dec 22, 2019
1 parent 6570cd0 commit be9f798
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/Tables/Templates/dataImports.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
}, {
"label": "Time",
"name": "time",
"data": "data_imports.time",
"meta": ["sortable"]
"data": "data_imports.time"
}, {
"label": "Duration",
"name": "duration",
Expand Down

0 comments on commit be9f798

Please sign in to comment.