@m4l/components 0.0.40 → 0.0.41

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.
@@ -187,13 +187,13 @@ function ObjectLogs(props) {
187
187
  useEffect(() => {
188
188
  clearRows();
189
189
  }, [object_id]);
190
- const onChangeFilter = (_initFilters, rawFilters) => {
190
+ const onChangeFilter = useCallback((_initFilters, rawFilters) => {
191
191
  setQueryParams({
192
192
  resource_id,
193
193
  object_id,
194
194
  f: rawFilters
195
195
  });
196
- };
196
+ }, [object_id]);
197
197
  return /* @__PURE__ */ jsxs(Container$1, {
198
198
  children: [/* @__PURE__ */ jsx(Actions, {
199
199
  id: "objectLogsActions",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
3
  "private": false,
4
- "version": "0.0.40",
4
+ "version": "0.0.41",
5
5
  "license": "UNLICENSED",
6
6
  "scripts": {
7
7
  "dev": "vite",