@m4l/components 0.0.45 → 0.0.46
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.
|
@@ -126,13 +126,13 @@ function DetailFormatter(props) {
|
|
|
126
126
|
});
|
|
127
127
|
}
|
|
128
128
|
function ObjectLogs(props) {
|
|
129
|
-
const {
|
|
130
|
-
getLabel
|
|
131
|
-
} = useModuleDictionary();
|
|
132
129
|
const {
|
|
133
130
|
resource_id,
|
|
134
131
|
object_id
|
|
135
132
|
} = props;
|
|
133
|
+
const {
|
|
134
|
+
getLabel
|
|
135
|
+
} = useModuleDictionary();
|
|
136
136
|
const [queryParams, setQueryParams] = useState({
|
|
137
137
|
resource_id,
|
|
138
138
|
object_id
|
|
@@ -194,7 +194,7 @@ function ObjectLogs(props) {
|
|
|
194
194
|
}));
|
|
195
195
|
}, [object_id]);
|
|
196
196
|
const onChangeFilter = (_initFilters, rawFilters) => {
|
|
197
|
-
console.log("onChangeFilter", object_id);
|
|
197
|
+
console.log("onChangeFilter*", object_id);
|
|
198
198
|
setQueryParams((oldParms) => ({
|
|
199
199
|
...oldParms,
|
|
200
200
|
f: rawFilters
|