Skip to content

Commit be9f798

Browse files
committed
removes unnecessary sort on time
1 parent 6570cd0 commit be9f798

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/Tables/Templates/dataImports.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
}, {
4949
"label": "Time",
5050
"name": "time",
51-
"data": "data_imports.time",
52-
"meta": ["sortable"]
51+
"data": "data_imports.time"
5352
}, {
5453
"label": "Duration",
5554
"name": "duration",

0 commit comments

Comments
 (0)