@micromag/media-gallery 0.3.564 → 0.3.565

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 +2 -2
package/es/index.js CHANGED
@@ -388,7 +388,7 @@ function filters() {
388
388
  }),
389
389
  requestUrl: route('medias.tags') || '/medias/tags',
390
390
  itemLabelPath: 'name',
391
- itemValuePath: 'id',
391
+ itemValuePath: 'name',
392
392
  multiple: true,
393
393
  paginated: false
394
394
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.3.564",
3
+ "version": "0.3.565",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -86,5 +86,5 @@
86
86
  "access": "public",
87
87
  "registry": "https://registry.npmjs.org/"
88
88
  },
89
- "gitHead": "e8f28bbbfe6ffc35d31de6fb33786e073e3980ca"
89
+ "gitHead": "a20c8832c82503f5ccd17edb0cb2681c48fccd04"
90
90
  }