@iobroker/adapter-react-v5 4.0.5 → 4.0.7

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.
@@ -2604,7 +2604,7 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
2604
2604
  if (props.length >= 1) {
2605
2605
  console.error('more than one type does not supported! Use filterFunc instead');
2606
2606
  }
2607
- return props.socket.getObjectView(null, null, props.types[0]);
2607
+ return props.socket.getObjectViewSystem(props.types[0], null, null);
2608
2608
  }
2609
2609
  return !objects['system.config'] ? props.socket.getObject('system.config').then(function (obj) {
2610
2610
  return {