@byteluck-fe/runtime-mobile-controls 2.0.20 → 2.0.21
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.
|
@@ -33558,7 +33558,7 @@ class Dm extends ic {
|
|
|
33558
33558
|
return r;
|
|
33559
33559
|
});
|
|
33560
33560
|
let n = "";
|
|
33561
|
-
return a && (n = a.props.caption), n = this.engine?.externalParams?.data?.content?.i18n?.local[this.engine?.externalParams?.formKey]?.name ?? this.engine?.externalParams?.data?.name, n;
|
|
33561
|
+
return a && (n = a.props.caption), n = this.engine?.externalParams?.data?.content?.i18n?.local?.[this.engine?.externalParams?.formKey]?.name ?? this.engine?.externalParams?.data?.name, n;
|
|
33562
33562
|
};
|
|
33563
33563
|
getTitleOfDefault = (t, a, n) => {
|
|
33564
33564
|
const s = this.engine.externalParams.formType;
|