@iobroker/adapter-react-v5 4.6.11 → 4.6.12

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.
@@ -2144,7 +2144,7 @@ FileBrowser.propTypes = {
2144
2144
  selected: _propTypes["default"].string,
2145
2145
  tileView: _propTypes["default"].bool,
2146
2146
  filterFiles: _propTypes["default"].array,
2147
- // like ['png', 'svg', 'bmp', 'jpg', 'jpeg']
2147
+ // like ['png', 'svg', 'bmp', 'jpg', 'jpeg', 'gif']
2148
2148
  filterByType: _propTypes["default"].string,
2149
2149
  // images, code or txt from EXTENSIONS
2150
2150
  onSelect: _propTypes["default"].func,