Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 6204a5b

Browse files
author
Sgroi
committed
One more eslint tweak
1 parent e75443b commit 6204a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DataTableController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default class DataTableController {
178178

179179
if (sorts.length) {
180180
if (this.onSort) {
181-
this.onSort({ sorts: sorts });
181+
this.onSort({ sorts });
182182
}
183183

184184
if (this.options.onSort) {

0 commit comments

Comments
 (0)