@elice/material-assignment 1.230817.1 → 1.230821.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.
|
@@ -159,6 +159,7 @@ var MaterialAssignmentUploadModal = function MaterialAssignmentUploadModal(_ref)
|
|
|
159
159
|
render: function render(_ref3) {
|
|
160
160
|
var field = _ref3.field;
|
|
161
161
|
return React__default["default"].createElement(StyledAssignmentContentFiles, Object.assign({}, field, {
|
|
162
|
+
ref: null,
|
|
162
163
|
files: field.value ? [field.value] : undefined,
|
|
163
164
|
accept: "*",
|
|
164
165
|
maxCount: 1,
|
|
@@ -150,6 +150,7 @@ var MaterialAssignmentUploadModal = function MaterialAssignmentUploadModal(_ref)
|
|
|
150
150
|
render: function render(_ref3) {
|
|
151
151
|
var field = _ref3.field;
|
|
152
152
|
return React.createElement(StyledAssignmentContentFiles, Object.assign({}, field, {
|
|
153
|
+
ref: null,
|
|
153
154
|
files: field.value ? [field.value] : undefined,
|
|
154
155
|
accept: "*",
|
|
155
156
|
maxCount: 1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-assignment",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.230821.0",
|
|
4
4
|
"description": "User view and editing components of Elice material assignment",
|
|
5
5
|
"repository": "https://git.elicer.io/elice/frontend/library/elice-material",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@elice/icons": "^1.230814.0",
|
|
52
52
|
"@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
|
|
53
53
|
"@elice/markdown": "^1.220815.0",
|
|
54
|
-
"@elice/material-shared-types": "1.
|
|
55
|
-
"@elice/material-shared-utils": "1.
|
|
54
|
+
"@elice/material-shared-types": "1.230821.0",
|
|
55
|
+
"@elice/material-shared-utils": "1.230821.0",
|
|
56
56
|
"@elice/types": "^1.230815.0",
|
|
57
57
|
"@types/classnames": "^2.3.1",
|
|
58
58
|
"@types/react": "~17.0.9",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"react-use": "^17.2.4",
|
|
63
63
|
"styled-components": "^5.3.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "4f85930b4b7eb23121650c5c95b14620ea2fb198"
|
|
66
66
|
}
|