@undp/carbon-library 1.0.296 → 1.0.297
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/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -19985,7 +19985,7 @@ var GenderParity = function (props) {
|
|
|
19985
19985
|
};
|
|
19986
19986
|
|
|
19987
19987
|
var Assessment = function (props) {
|
|
19988
|
-
var onFormSubmit = props.onFormSubmit, assessmentViewData = props.assessmentViewData, viewOnly = props.viewOnly,
|
|
19988
|
+
var onFormSubmit = props.onFormSubmit, assessmentViewData = props.assessmentViewData, viewOnly = props.viewOnly, translator = props.translator;
|
|
19989
19989
|
translator.setDefaultNamespace("coBenifits");
|
|
19990
19990
|
var t = translator.t;
|
|
19991
19991
|
var form1 = antd.Form.useForm()[0];
|