@iobroker/adapter-react-v5 3.1.28 → 3.1.29

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.
@@ -2949,7 +2949,7 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
2949
2949
  Object.keys(objects).forEach(function (id) {
2950
2950
  var type = objects[id] && objects[id].type;
2951
2951
 
2952
- if (type && (type === 'channel' || type === 'device' || type === 'enum' || type === 'folder' || type === 'adapter' || type === 'instance' || props.types.includes(type))) {
2952
+ if (type && (type === 'channel' || type === 'device' || type === 'enum' || type === 'folder' || type === 'adapter' || type === 'instance' || type === 'chart' || type === 'host' || props.types.includes(type))) {
2953
2953
  _this2.objects[id] = objects[id];
2954
2954
  }
2955
2955
  });