@megha-ui/react 1.2.628 → 1.2.629
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -747,7 +747,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
|
|
|
747
747
|
setHugLoading(false);
|
|
748
748
|
}, 1000);
|
|
749
749
|
}
|
|
750
|
-
}, [
|
|
750
|
+
}, [searchQueries, sortQueries, gridGroupBy, gridColumns]);
|
|
751
751
|
const handleSearch = (key, value, type) => {
|
|
752
752
|
setSearchQueries((prev) => (Object.assign(Object.assign({}, prev), { [key]: { text: value, type, operation: "and" } })));
|
|
753
753
|
setUniqueSearch((prev) => {
|
package/package.json
CHANGED