@undp/carbon-library 1.0.292-CARBON-419.0 → 1.0.292-CARBON-419.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -15243,7 +15243,7 @@ var ProgrammeCreationComponent = function (props) {
15243
15243
  ] },
15244
15244
  React.createElement(antd.Select, { size: "large", loading: loadingList }, ministryList.map(function (organisation) {
15245
15245
  return organisation.govDep && (React.createElement(antd.Select.Option, { key: organisation.companyId, value: organisation.taxId }, organisation.name +
15246
- "-" +
15246
+ " - " +
15247
15247
  Object.keys(exports.GovDepartment)[Object.values(exports.GovDepartment).indexOf(organisation.govDep)]));
15248
15248
  }))),
15249
15249
  React.createElement(antd.Form.Item, { label: t("addProgramme:ownership"), className: "ownership-percent", name: "implementPercentage", labelCol: { span: 24 }, wrapperCol: { span: 24 }, required: true, initialValue: "Implementing" },