@panneau/medias 3.0.240 → 3.0.243

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.
Files changed (2) hide show
  1. package/es/index.js +1 -1
  2. package/package.json +3 -3
package/es/index.js CHANGED
@@ -1190,7 +1190,7 @@ function MediasBrowser(_ref) {
1190
1190
  component: 'restore',
1191
1191
  withConfirmation: true,
1192
1192
  action: function action(ids) {
1193
- return mediaRestore(ids[0]);
1193
+ return mediaRestore(ids[0]).then(reload);
1194
1194
  }
1195
1195
  });
1196
1196
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.240",
3
+ "version": "3.0.243",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -64,7 +64,7 @@
64
64
  "@panneau/element-media-player": "^3.0.228",
65
65
  "@panneau/element-pagination": "^3.0.228",
66
66
  "@panneau/element-table": "^3.0.228",
67
- "@panneau/field-upload": "^3.0.239",
67
+ "@panneau/field-upload": "^3.0.243",
68
68
  "@panneau/filter-filters": "^3.0.228",
69
69
  "classnames": "^2.5.1",
70
70
  "lodash": "^4.17.21",
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "3d0f5c8df72d195c6d29fcf9f1d42a35e58df68a"
77
+ "gitHead": "b20b77f55310f013af47c9082b6f75d73074f4f5"
78
78
  }