@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/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];