Sort Descending
-
-
-
-
-
-
+
+
+
+
= ({ column }) => {
const handleChange = useCallback(
(e) => {
- column.setFilter(e.detail.value);
+ column.setFilter(e.target.value);
},
[column.setFilter]
);
diff --git a/yarn.lock b/yarn.lock
index 9510d07dbba..4467cc5566b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3262,7 +3262,7 @@
dependencies:
"@types/react" "*"
-"@types/react@*", "@types/react@^16.9.2":
+"@types/react@*", "@types/react@16.9.2", "@types/react@^16.9.2":
version "16.9.2"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.2.tgz#6d1765431a1ad1877979013906731aae373de268"
integrity sha512-jYP2LWwlh+FTqGd9v7ynUKZzjj98T8x7Yclz479QdRhHfuW9yQ+0jjnD31eXSXutmBpppj5PYNLYLRfnZJvcfg==