@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.
@@ -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
  }