@undp/carbon-library 1.0.75 → 1.0.76

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 CHANGED
@@ -13539,7 +13539,8 @@ var sectoralScopes = {
13539
13539
  };
13540
13540
  var ProgrammeCreationComponent = function (props) {
13541
13541
  var _a, _b;
13542
- var useUserContext = props.useUserContext, useConnection = props.useConnection, useLocation = props.useLocation, onNavigateToProgrammeView = props.onNavigateToProgrammeView, t = props.t;
13542
+ var useUserContext = props.useUserContext, useConnection = props.useConnection, useLocation = props.useLocation, onNavigateToProgrammeView = props.onNavigateToProgrammeView, translator = props.translator;
13543
+ var t = translator.t;
13543
13544
  var state = useLocation().state;
13544
13545
  var formOne = antd.Form.useForm()[0];
13545
13546
  var formTwo = antd.Form.useForm()[0];