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 CHANGED
@@ -3583,6 +3583,8 @@ var DropzoneMultiple = /*#__PURE__*/function (_React$Component) {
3583
3583
  };
3584
3584
 
3585
3585
  _this.checkExtension = function (extension) {
3586
+ extension = extension ? extension.toLowerCase() : '';
3587
+
3586
3588
  if (!_this.props.extensions || _this.props.extensions.includes(extension)) {
3587
3589
  return true;
3588
3590
  } else {