@seafile/seafile-calendar 0.0.96 → 0.0.97

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.
@@ -7370,8 +7370,8 @@ var DateInput = function (_React$Component) {
7370
7370
  'a',
7371
7371
  {
7372
7372
  role: 'button',
7373
- title: locale.clear,
7374
- onClick: this.onClear
7373
+ title: locale.clear
7374
+ // onClick={this.onClear}
7375
7375
  },
7376
7376
  clearIcon || __WEBPACK_IMPORTED_MODULE_3_react___default.a.createElement('span', { className: prefixCls + '-clear-btn' })
7377
7377
  ) : null