Skip to content

Commit d884989

Browse files
author
Parth Shah
committed
fixes #22
1 parent 93bf222 commit d884989

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/routes/projects/list.js

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ module.exports = [
111111
}
112112
const sortableProps = [
113113
'createdAt', 'createdAt asc', 'createdAt desc',
114+
'updatedAt', 'updatedAt asc', 'updatedAt desc',
115+
'id', 'id asc', 'id desc',
114116
'status', 'status asc', 'status desc',
115117
'name', 'name asc', 'name desc',
116118
'type', 'type asc', 'type desc'

0 commit comments

Comments
 (0)