ui-kit-ck-consultant 0.5.265 → 0.5.266
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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -3580,6 +3580,8 @@ var DropzoneMultiple = /*#__PURE__*/function (_React$Component) {
|
|
3580
3580
|
};
|
3581
3581
|
|
3582
3582
|
_this.checkExtension = function (extension) {
|
3583
|
+
extension = extension ? extension.toLowerCase() : '';
|
3584
|
+
|
3583
3585
|
if (!_this.props.extensions || _this.props.extensions.includes(extension)) {
|
3584
3586
|
return true;
|
3585
3587
|
} else {
|