Skip to content

Commit fbb1c65

Browse files
authored
remove deprecated default option to avoid console.warn (#675)
``` 'Property `sorting` has been deprecated, please start using `maxColumnSort` instead. #619' ```
1 parent 7f17c37 commit fbb1c65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/defaults/props.options.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export default {
4242
searchFieldVariant: 'standard',
4343
selection: false,
4444
selectionProps: {},
45-
sorting: true,
4645
maxColumnSort: 1,
4746
groupChipProps: {},
4847
defaultOrderByCollection: [],

0 commit comments

Comments
 (0)