@mseva/upyog-ui-module-ads 1.0.23 → 1.0.24

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.
@@ -25970,7 +25970,6 @@ const NewADSStepFormOne = ({
25970
25970
  function goNext(data) {
25971
25971
  dispatch(UPDATE_ADSNewApplication_FORM(config.key, data));
25972
25972
  onGoNext();
25973
- return;
25974
25973
  }
25975
25974
  function onGoBack(data) {
25976
25975
  onBackClick(config.key, data);
@@ -26123,7 +26122,6 @@ const ADSCitizenSecond = ({
26123
26122
  marginRight: "10px"
26124
26123
  },
26125
26124
  label: "Back",
26126
- submit: "submit",
26127
26125
  onSubmit: onGoBack
26128
26126
  }), /*#__PURE__*/React.createElement(SubmitBar, {
26129
26127
  label: "Next",