@mseva/digit-ui-module-obps 1.0.84 → 1.0.85
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -38127,7 +38127,7 @@ function PTRSelectDocument({
|
|
|
38127
38127
|
style: {
|
|
38128
38128
|
width: "100%"
|
|
38129
38129
|
}
|
|
38130
|
-
}, /*#__PURE__*/React$1.createElement(
|
|
38130
|
+
}, /*#__PURE__*/React$1.createElement(CustomUploadFile, {
|
|
38131
38131
|
onUpload: selectfile,
|
|
38132
38132
|
onDelete: () => {
|
|
38133
38133
|
setUploadedFile(null);
|
|
@@ -38143,6 +38143,7 @@ function PTRSelectDocument({
|
|
|
38143
38143
|
accept: ".pdf, .jpeg, .jpg, .png",
|
|
38144
38144
|
buttonType: "button",
|
|
38145
38145
|
error: !uploadedFile,
|
|
38146
|
+
uploadedFile: uploadedFile,
|
|
38146
38147
|
customOpen: customOpen
|
|
38147
38148
|
}))), getLoading && /*#__PURE__*/React$1.createElement(Loader$1, {
|
|
38148
38149
|
page: true
|