react-schema-form 1.0.12 → 1.0.13
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.
|
@@ -40364,7 +40364,7 @@ class BV {
|
|
|
40364
40364
|
class zV extends Bt.Component {
|
|
40365
40365
|
constructor(t) {
|
|
40366
40366
|
super(t);
|
|
40367
|
-
const { model: r, form: o, value: s, setDefault: a } = this.props, { key: l } = o, c = (/* @__PURE__ */ new Date()).toISOString()
|
|
40367
|
+
const { model: r, form: o, value: s, setDefault: a } = this.props, { key: l } = o, c = (/* @__PURE__ */ new Date()).toISOString();
|
|
40368
40368
|
a(l, r, o, s || c);
|
|
40369
40369
|
}
|
|
40370
40370
|
render() {
|