react-schema-form 1.0.13 → 1.0.14

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,8 +40364,8 @@ 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();
40368
- a(l, r, o, s || c);
40367
+ const { model: r, form: o, value: s, setDefault: a } = this.props, { key: l } = o;
40368
+ a(l, r, o, s);
40369
40369
  }
40370
40370
  render() {
40371
40371
  const {