@undp/carbon-library 1.0.77 → 1.0.78

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -5619,7 +5619,7 @@ var ProgrammeManagementComponent = function (props) {
5619
5619
  }
5620
5620
  else {
5621
5621
  sort = {
5622
- key: "programmeId",
5622
+ key: "createdTime",
5623
5623
  order: "DESC",
5624
5624
  };
5625
5625
  }
package/dist/esm/index.js CHANGED
@@ -5599,7 +5599,7 @@ var ProgrammeManagementComponent = function (props) {
5599
5599
  }
5600
5600
  else {
5601
5601
  sort = {
5602
- key: "programmeId",
5602
+ key: "createdTime",
5603
5603
  order: "DESC",
5604
5604
  };
5605
5605
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {