ywana-core8 0.0.605 → 0.0.606

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.605",
3
+ "version": "0.0.606",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -153,7 +153,7 @@ export const ListViewer = ({ field, value = [] }) => {
153
153
 
154
154
  return (
155
155
  <div className="list-editor">
156
- <TokenField id={field.id} label={label} tokens={value} />
156
+ <TokenField id={field.id} label={label} tokens={value} readOnly={true} />
157
157
  </div>
158
158
  )
159
159
  }