aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.tsx
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-27 02:37:22 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-27 02:37:22 -0500
commitfa4612e7dfeaecc09e205c5d6fa37743d23f9298 (patch)
tree97c21f5c41297f188dbcb10fd35e191932252016 /src/client/views/collections/CollectionSchemaView.tsx
parentf73c7fb72780535441033167214275e329de2dd8 (diff)
moved sorting into header
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
-rw-r--r--src/client/views/collections/CollectionSchemaView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx
index a9c599e0e..61581aec1 100644
--- a/src/client/views/collections/CollectionSchemaView.tsx
+++ b/src/client/views/collections/CollectionSchemaView.tsx
@@ -505,6 +505,7 @@ export class CollectionSchemaView extends CollectionSubView(doc => doc) {
reorderColumns={this.reorderColumns}
changeColumns={this.changeColumns}
setHeaderIsEditing={this.setHeaderIsEditing}
+ changeColumnSort={this.setColumnSort}
/>;
}