@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/cjs/index.js
CHANGED
|
@@ -5619,7 +5619,7 @@ var ProgrammeManagementComponent = function (props) {
|
|
|
5619
5619
|
}
|
|
5620
5620
|
else {
|
|
5621
5621
|
sort = {
|
|
5622
|
-
key: "
|
|
5622
|
+
key: "createdTime",
|
|
5623
5623
|
order: "DESC",
|
|
5624
5624
|
};
|
|
5625
5625
|
}
|
|
@@ -19832,7 +19832,7 @@ var AddNdcActionComponent = function (props) {
|
|
|
19832
19832
|
if (response.status === 200 || response.status === 201) {
|
|
19833
19833
|
antd.message.open({
|
|
19834
19834
|
type: "success",
|
|
19835
|
-
content: "".concat(t("ndcSuccessfullyCreated")),
|
|
19835
|
+
content: "".concat(t("ndcAction:ndcSuccessfullyCreated")),
|
|
19836
19836
|
duration: 4,
|
|
19837
19837
|
style: { textAlign: "right", marginRight: 15, marginTop: 10 },
|
|
19838
19838
|
});
|
|
@@ -19843,7 +19843,7 @@ var AddNdcActionComponent = function (props) {
|
|
|
19843
19843
|
error_1 = _a.sent();
|
|
19844
19844
|
antd.message.open({
|
|
19845
19845
|
type: "error",
|
|
19846
|
-
content: error_1 && error_1.message ? error_1.message : "".concat("ndcCreationFailed"),
|
|
19846
|
+
content: error_1 && error_1.message ? error_1.message : "".concat("ndcAction:ndcCreationFailed"),
|
|
19847
19847
|
duration: 4,
|
|
19848
19848
|
style: { textAlign: "right", marginRight: 15, marginTop: 10 },
|
|
19849
19849
|
});
|