Skip to content

Commit

Permalink
fix sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus committed Aug 23, 2023
1 parent 883c845 commit ca64862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/app/containers/Admin/Table/untyped.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function Head({
<M.TableSortLabel
active={ord.column === col}
direction={ord.direction}
onClick={() => ord.sort(col)}
onClick={() => ord.change(col)}

Check warning on line 38 in catalog/app/containers/Admin/Table/untyped.js

View check run for this annotation

Codecov / codecov/patch/informational

catalog/app/containers/Admin/Table/untyped.js#L38

Added line #L38 was not covered by tests
>
{col.label}
</M.TableSortLabel>
Expand Down

0 comments on commit ca64862

Please sign in to comment.