@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/esm/index.js CHANGED
@@ -15222,7 +15222,7 @@ var ProgrammeCreationComponent = function (props) {
15222
15222
  ] },
15223
15223
  React.createElement(Select, { size: "large", loading: loadingList }, ministryList.map(function (organisation) {
15224
15224
  return organisation.govDep && (React.createElement(Select.Option, { key: organisation.companyId, value: organisation.taxId }, organisation.name +
15225
- "-" +
15225
+ " - " +
15226
15226
  Object.keys(GovDepartment)[Object.values(GovDepartment).indexOf(organisation.govDep)]));
15227
15227
  }))),
15228
15228
  React.createElement(Form.Item, { label: t("addProgramme:ownership"), className: "ownership-percent", name: "implementPercentage", labelCol: { span: 24 }, wrapperCol: { span: 24 }, required: true, initialValue: "Implementing" },