ywana-core8 0.0.694 → 0.0.695

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.
@@ -6287,7 +6287,6 @@ var CollectionEditor = function CollectionEditor(props) {
6287
6287
  setForm = _useState5[1];
6288
6288
 
6289
6289
  useEffect(function () {
6290
- console.log(selected);
6291
6290
  setForm(selected);
6292
6291
  }, [selected]);
6293
6292
  useEffect(function () {
@@ -6372,7 +6371,11 @@ var CollectionEditor = function CollectionEditor(props) {
6372
6371
  }, /*#__PURE__*/React.createElement(Menu, null, canDelete ? /*#__PURE__*/React.createElement(MenuItem, {
6373
6372
  label: "Eliminar",
6374
6373
  onSelect: remove
6375
- }) : null)), autosave === true ? null : /*#__PURE__*/React.createElement(Button, {
6374
+ }) : null)), /*#__PURE__*/React.createElement(Icon, {
6375
+ icon: "refresh",
6376
+ clickable: true,
6377
+ action: onReload
6378
+ }), autosave === true ? null : /*#__PURE__*/React.createElement(Button, {
6376
6379
  icon: "save",
6377
6380
  label: "Guardar Cambios",
6378
6381
  raised: true,