@undp/carbon-library 1.0.302-CARBON-433.0 → 1.0.302-CARBON-369.0
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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/locales/i18n/programme/en.json +1 -1
- package/dist/locales/i18n/programme/es.json +1 -2
- package/dist/locales/i18n/programme/fr.json +1 -2
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
@@ -17685,7 +17685,7 @@ var InvestmentManagementComponent = function (props) {
|
|
17685
17685
|
return handleTableChange(val, sorter);
|
17686
17686
|
}, locale: {
|
17687
17687
|
emptyText: (React.createElement(Empty, { image: Empty.PRESENTED_IMAGE_SIMPLE, description: tableData.length === 0
|
17688
|
-
? t("programme:
|
17688
|
+
? t("programme:noInvestmentData")
|
17689
17689
|
: null })),
|
17690
17690
|
} }))))),
|
17691
17691
|
popupInfo && selectedReq && (React.createElement(InvestmentActionModel, { investment: selectedReq, onCancel: function () {
|