@undp/carbon-library 1.0.136-support-section-changes.4 → 1.0.136-support-section-changes.5

Sign up to get free protection for your applications and to get access to all the features.
package/dist/esm/index.js CHANGED
@@ -13997,7 +13997,7 @@ var InvestmentCreationComponent = function (props) {
13997
13997
  var formTwo = Form.useForm()[0];
13998
13998
  var post = useConnection().post;
13999
13999
  var _b = useState(false), loading = _b[0], setLoading = _b[1];
14000
- var _c = useState("New"), typeCreation = _c[0]; _c[1];
14000
+ var _c = useState("New"); _c[0]; _c[1];
14001
14001
  var _d = useState(false), loadingList = _d[0], setLoadingList = _d[1];
14002
14002
  var _e = useState(0), current = _e[0], setCurrent = _e[1];
14003
14003
  var _f = useState(0), currentPercTotal = _f[0], setCurrentPercTotal = _f[1];
@@ -14069,7 +14069,6 @@ var InvestmentCreationComponent = function (props) {
14069
14069
  });
14070
14070
  }); };
14071
14071
  useEffect(function () {
14072
- console.log("state ---------------- > ", state);
14073
14072
  if (!state) {
14074
14073
  onNavigateToProgrammeManagementView();
14075
14074
  return;
@@ -14191,9 +14190,10 @@ var InvestmentCreationComponent = function (props) {
14191
14190
  required: true,
14192
14191
  },
14193
14192
  ] },
14194
- React.createElement(Radio.Group, { size: "large", value: typeCreation }, Object.values(InvestmentCreationType).map(function (k, index) { return (React.createElement("div", { className: "condition-radio-container" },
14193
+ React.createElement(Radio.Group, { size: "large", value: "New" }, Object.values(InvestmentCreationType).map(function (k, index) { return (React.createElement("div", { className: "condition-radio-container" },
14195
14194
  React.createElement(Radio.Button, { className: "condition-radio", value: k, onClick: function (e) {
14196
- return deselectOnClick(e, "type");
14195
+ console.log(e);
14196
+ deselectOnClick(e, "type");
14197
14197
  } }, t("programme:" + k)))); }))))),
14198
14198
  React.createElement(Row, { className: "row", gutter: [16, 16] },
14199
14199
  React.createElement(Col, { xl: 12, md: 24 },