@firecms/collection_editor 3.0.0-canary.205 → 3.0.0-canary.207
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/dist/index.umd.js
CHANGED
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
const t70 = values.description ?? "";
|
|
653
653
|
let t71;
|
|
654
654
|
if ($[102] !== handleChange || $[103] !== t69 || $[104] !== t70) {
|
|
655
|
-
t71 = /* @__PURE__ */ jsxRuntime.jsx(ui.TextField, { error: t69, name: "description", value: t70, onChange: handleChange, multiline: true,
|
|
655
|
+
t71 = /* @__PURE__ */ jsxRuntime.jsx(ui.TextField, { error: t69, name: "description", value: t70, onChange: handleChange, multiline: true, minRows: 2, "aria-describedby": "description-helper-text", label: "Description" });
|
|
656
656
|
$[102] = handleChange;
|
|
657
657
|
$[103] = t69;
|
|
658
658
|
$[104] = t70;
|
|
@@ -6928,7 +6928,6 @@
|
|
|
6928
6928
|
previousId,
|
|
6929
6929
|
namespace: namespace_3
|
|
6930
6930
|
}) => {
|
|
6931
|
-
console.log("!!!!!! onPropertyChanged", property_0);
|
|
6932
6931
|
const fullId_0 = id_0 ? getFullId(id_0, namespace_3) : void 0;
|
|
6933
6932
|
const propertyPath = fullId_0 ? idToPropertiesPath(fullId_0) : void 0;
|
|
6934
6933
|
if (previousId && previousId !== id_0) {
|