@undp/carbon-library 1.0.136-support-section-changes.4 → 1.0.136-support-section-changes.5
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/dist/cjs/index.js +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
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")
|
|
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:
|
|
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
|
-
|
|
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 },
|