Merge branch '13830-change-snakecase-to-upper-case-in-enums'
[arvados-workbench2.git] / src / components / data-table / data-table.tsx
index 829bc84ebe86aa348c00f8a8f0c4abd2508403eb..f92f97b72f94b74d7da7dc23ff175ceeec225829 100644 (file)
@@ -74,8 +74,8 @@ export const DataTable = withStyles(styles)(
                         </DataTableFilters>
                         : sortDirection
                             ? <TableSortLabel
-                                active={sortDirection !== SortDirection.None}
-                                direction={sortDirection !== SortDirection.None ? sortDirection : undefined}
+                                active={sortDirection !== SortDirection.NONE}
+                                direction={sortDirection !== SortDirection.NONE ? sortDirection : undefined}
                                 onClick={() =>
                                     onSortToggle &&
                                     onSortToggle(column)}>