@undp/carbon-library 1.0.76 → 1.0.78
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 +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -5599,7 +5599,7 @@ var ProgrammeManagementComponent = function (props) {
|
|
|
5599
5599
|
}
|
|
5600
5600
|
else {
|
|
5601
5601
|
sort = {
|
|
5602
|
-
key: "
|
|
5602
|
+
key: "createdTime",
|
|
5603
5603
|
order: "DESC",
|
|
5604
5604
|
};
|
|
5605
5605
|
}
|
|
@@ -19812,7 +19812,7 @@ var AddNdcActionComponent = function (props) {
|
|
|
19812
19812
|
if (response.status === 200 || response.status === 201) {
|
|
19813
19813
|
message.open({
|
|
19814
19814
|
type: "success",
|
|
19815
|
-
content: "".concat(t("ndcSuccessfullyCreated")),
|
|
19815
|
+
content: "".concat(t("ndcAction:ndcSuccessfullyCreated")),
|
|
19816
19816
|
duration: 4,
|
|
19817
19817
|
style: { textAlign: "right", marginRight: 15, marginTop: 10 },
|
|
19818
19818
|
});
|
|
@@ -19823,7 +19823,7 @@ var AddNdcActionComponent = function (props) {
|
|
|
19823
19823
|
error_1 = _a.sent();
|
|
19824
19824
|
message.open({
|
|
19825
19825
|
type: "error",
|
|
19826
|
-
content: error_1 && error_1.message ? error_1.message : "".concat("ndcCreationFailed"),
|
|
19826
|
+
content: error_1 && error_1.message ? error_1.message : "".concat("ndcAction:ndcCreationFailed"),
|
|
19827
19827
|
duration: 4,
|
|
19828
19828
|
style: { textAlign: "right", marginRight: 15, marginTop: 10 },
|
|
19829
19829
|
});
|