@undp/carbon-library 1.0.75 → 1.0.76

Sign up to get free protection for your applications and to get access to all the features.
package/dist/esm/index.js CHANGED
@@ -13519,7 +13519,8 @@ var sectoralScopes = {
13519
13519
  };
13520
13520
  var ProgrammeCreationComponent = function (props) {
13521
13521
  var _a, _b;
13522
- var useUserContext = props.useUserContext, useConnection = props.useConnection, useLocation = props.useLocation, onNavigateToProgrammeView = props.onNavigateToProgrammeView, t = props.t;
13522
+ var useUserContext = props.useUserContext, useConnection = props.useConnection, useLocation = props.useLocation, onNavigateToProgrammeView = props.onNavigateToProgrammeView, translator = props.translator;
13523
+ var t = translator.t;
13523
13524
  var state = useLocation().state;
13524
13525
  var formOne = Form.useForm()[0];
13525
13526
  var formTwo = Form.useForm()[0];