@lowcodeunit/applications-flow-common 1.36.8-lets-get-social-ish → 1.36.9-lets-get-social-ish
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/esm2020/lib/controls/state-config-form/state-config-form.component.mjs +3 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +2 -1
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +2 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6700,7 +6700,8 @@ class StateConfigFormComponent {
|
|
|
6700
6700
|
Name: this.StateConfigNameFormControl.value,
|
|
6701
6701
|
Description: this.StateConfigDescriptionFormControl.value,
|
|
6702
6702
|
Value: this.StateConfigValueFormControl.value
|
|
6703
|
-
}
|
|
6703
|
+
},
|
|
6704
|
+
DataTokenLookup: 'lcu-state-config'
|
|
6704
6705
|
};
|
|
6705
6706
|
this.eacSvc.SaveApplicationAsCode(saveAppReq);
|
|
6706
6707
|
}
|