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
@@ -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
|
}
|